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

git ftp pull - faster way

Vasilev August 1, 2019

Hello dear all,

i am using this method for pulling changed files to ftp:

 

image: samueldebruyn/debian-git

pipelines:
default:
- step:
deployment: Production
script:
- apt-get update
- apt-get -qq install git-ftp
- git ftp push --syncroot www -u "$FTP_USERNAME" -p "$FTP_PASSWORD" ftp://$FTP_SRV

 

but each time it takes up to 30 seconds for taking the image.. update, install.. than few sec for push.

can you tell me if there is another faster and better way.

 

 

thank you

1 answer

1 accepted

0 votes
Answer accepted
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 5, 2019

Hi @Vasilev,

Bitbucket pipelines cache will not help in this case.

If you want to save the time required by the git-ftp installation, you will need to update the docker image used and publish it in DockerHub. Later you can use the new image in your pipeline and it will not require the installation steps.

Vasilev August 5, 2019

Hi @Daniel Santos ,

yes, yesterday i saw this: Using-Pipelines-with-git-ftp-efficently

 

thank you for the answer !

Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 6, 2019

Hi @Vasilev,

I'm glad you found it and solved the issue =]

Have a good one!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events