...ith ftp-deploy:0.7.1. Next, i got SSH connection working (with sftp-deploy:0.10.0), then switched to the rsync-deploy:0.13.0 pipe. Again in testing, even with the available delete-flag s...
...tlassian/rsync-deploy:0.12.0 variables: USER: $Ssh_Username SERVER: $Server_Name REMOTE_PATH: 'C:/Temp' LOCAL_PATH: ${B...
Hello, in bitbucket-pipelines.yml we have folowing configuration: script: - pipe: atlassian/rsync-deploy:0.11.1 variables: USER: $USER SERVER: $SERVER S...
To whom it may concern, Hoping someone can help me figure out what is wrong with my rsync-deploy pipeline. It seems to be re-deploying all code, rather than just the files that have changed....
Hello , I want to refresh prod data to dev environment. First thing will restore prod database to dev database. I'm aware that we can move /Var home directory to dev by using RSYNC. Could&n...
There seems to be an issue with proper escaping of filters in the rsync EXTRA_ARGS variable. Version: atlassian/rsync-deploy:0.7.1 log: INFO: Executing the pipe... INFO: Starting RSYNC d...
Hi guys, I have an issue with rsync-deploy, I used rsync-deploy to sync my code to ec2 but get the issue Permission denied I have created a SSH key and added it to ~/.ssh/authorized_keys on m...
I have this step, which seems to work (at least it doesn't fail). But the files inside a subdirectory are not getting updated/overwritten script: - pipe: atlassian/rsync-deploy:0.7.1 v...
Hi everyone. I had a weird behaviour on one of our self-hosted pipelines. I want to deploy and artifact with SCP or Rsync but always get "Host key verification failed" ( both fails ). Oddest t...
Hello, is it possible to deploy via rsync (atlassian / rsync-deploy) and execute the ssh command (atlassian / ssh-run) to multiple servers simultaneously? for example: script: - pipe: a...
...nly thing is that all files are getting uploaded everytime. I would prefer that BitBucket only push the files that have changed. I found that I could use rsync-deploy (let me know if you have any other s...
...eployment: Test script: - pipe: atlassian/rsync-deploy:0.5.0 variables: USER: $RSYNC_USER SERVER: $RSYNC_SERVER SSH_PORT: $RSYNC...
...he EXTRA_ARGS: option for scp-deploy. I'm curious if the method would be similar for rsync-deploy and if anybody has used rsync through a bastion host in this way. Thanks in advance!
...cript: - pipe: atlassian/rsync-deploy:0.5.0 variables: USER: $DEPLOY_USER SERVER: $DEPLOY_SERVER REMOTE_PATH: $DEPLOY_PATH LOCAL_PATH: "${BITBUCKET_CLONE_DIR}/h...
Here's how I do it. The main project is actually native PHP and has a Laravel project inside it.
Site ground has recently updated our hosting tools from cPanel to their suite of "Site Tools" now my existing rsync-ssh pipelines are not working. I have it pretty much sorted out all the way to m...
Hi folks, I recently used atlassian/rsync-deploy:0.4.4 with SSH_PORT. I noticed that rsync-deploy switches to ssh -o StrictHostKeyChecking=no in that case. I could track it down to https://b...
Since Jan 27 without changing my bitbucket-pipelines.yml file my pipeline, that transfers code to remote server, started to fail with the error: bash: rsync: command not found My b...
Hi, facing some problems with bringing my code per atlassian/rsync-deploy on my ubuntu server. INFO: Executing the pipe.. INFO: Starting RSYNC deployment to serverIP:../../var/www/domain.com...
How to do not create this folder on the server?
I'm getting this error when i'm using rsync's `--exclude-from` option. rsync: failed to open exclude file "./ignorelist.txt": No such file or directory (2) rsync error: error in file IO (c...
Hi, I'm configuring a pipeline using rsync. I would like to provide rsync an arguement to exclude all files and directories which are present in .gitignore. I found this resource: https://g...
Hi, I just set up a pipeline with rsync pipe. The code looks like this: pipelines: branches: master: - step: &n...
At the moment I am using FTP deploy which is very slow for many files. I would like to try rsync-deploy https://bitbucket.org/atlassian/rsync-deploy/src/master/ &n...
...ipe: atlassian/rsync-deploy:0.4.0 variables: USER: $STAGING_USER SERVER: $STAGING_SERVER REMOTE_PATH: 'public_html/staging/' L...
Copied to clipboard