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: 

atlassian/ftp-deploy:0.3.2 don't sync subfolders

nicolazunino
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 26, 2020

Hi,

I'm using atlassian/ftp-deploy to automatically deploy my code to my web server.

If I made a change to a file in the main folder, changes are mirrored, but if I change a file in the subfolder, changes aren't mirrored.

After a run of the pipeline, the subfolders are set in mod 755 and I can't even change the files by web (have to change permissions with FileZilla)

When I remove the subfolder, the next run of the pipeline recreates the folder and pushes the files

The logs says always the same thing, if file is pushed or not:

Mirroring directory `comicsJavascript'
Removing old file `comicsJavascript/comicsURL.js'
Transferring file `comicsJavascript/comicsURL.js'
Finished transfer `comicsJavascript/comicsURL.js' (1.4 KiB/s)
Finished mirror `comicsJavascript'
Mirroring directory `comicsPHP'

In this case, comicsJavascript/comicsURL.js was not updated...

What have I to do to make subfolders not change to 755 and update files inside of them?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Oleksandr Kyrdan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 26, 2020

Hi @nicolazunino ,

I suggest using rsync-deploy pipe in your case. 

Rsync is famous for its delta-transfer algorithm, which reduces the amount of data sent over the network by sending only the differences between the source files and the existing files in the destination.

Also to run any commands on the remote you can use ssh-run pipe .

TAGS
AUG Leaders

Atlassian Community Events