The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

how can i deploy only changed files to ftp server using bitbucket pipeline?

Diksha
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!
April 5, 2022

image: atlassian/default-image:2

pipelines:

branches:
master:
- step:
name: Deploy to Production
deployment: production
script:
- pipe: atlassian/ftp-deploy:0.2.1
variables:
USER: $FTP_USERNAME
PASSWORD: $FTP_PASSWORD
SERVER: $FTP_HOST
REMOTE_PATH: /public_html/ci_deploy
EXTRA_ARGS: '--ignore-size'

 

 

 

this is my script and i only want to upload changed files.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 11, 2022

G'Day @Diksha 

Welcome to the community!

Ftp pipe are used when you wish to transfer your whole files over to your server and are not suitable if you wish to only upload files that have been changed.

I would suggest using Git FTP since it's designed to work with git and will only upload files that have been changed since your last upload. It also keeps track of the upload files by storing the commit id in a log file on your server

I hope this helps.

Cheers,
Syahrul

TAGS
AUG Leaders

Atlassian Community Events