Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

ftp code deployment automation

David Valero
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 27, 2022

I have a bitbucket code repository and I manage it with the sourcetree tool. I want to "automate" all the steps (pull, tag, merge, push...) and the code deployments on a web and database server (it depends on the deployment that I have to do) In the case of the web it is via ftp to a specific route. Can you help me?

2 answers

1 accepted

1 vote
Answer accepted
Aron Gombas _Midori_
Community Champion
November 28, 2022

There is a project called "ftp-deploy" for Bitbucket Cloud. It does exactly what the name suggests:

https://bitbucket.org/atlassian/ftp-deploy/src/master/

0 votes
David Valero
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 28, 2022

help me , plaseee !!!

Igor Stoyanov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 2, 2022

Hi @David Valero  . Check this example:

script:
  - pipe: atlassian/ftp-deploy:0.3.7
    variables:
      USER: my-ftp-user
      PASSWORD: $FTP_PASSWORD
      SERVER: 127.0.0.1
      REMOTE_PATH: /tmp/my-remote-directory

from ftp-deploy pipe mentioned above.

Although, check this guide with alternative tool usage.

Regards, Igor

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, compass, developer experience, devex, platform engineering, internal developer platform, component catalog, atlassian learning, productivity tools, developer productivity, software architecture, compass webinar, engineering teams

Discover how Compass drives DevEx and productivity at Atlassian 🏃🏻‍♂️

Learn why Compass was built to tackle dev experience at scale. See how Atlassian uses it to boost visibility, reduce cognitive load, and drive consistency—plus tips to get started and customize your IDP for stronger team engagement.

Join the webinar ✨
AUG Leaders

Atlassian Community Events