Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

ftp code deployment automation

David Valero 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 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
AUG Leaders

Atlassian Community Events