This commit is contained in:
@@ -6,4 +6,4 @@ pipeline:
|
||||
deploy:
|
||||
image: jbrechtel/rsync:latest
|
||||
commands:
|
||||
- sshpass -p $$DEPLOY_PASSWORD rsync -avzr -e ssh /src/ $$DEPLOY_USER@$$DEPLOY_HOST:$$DEPLOY_PATH
|
||||
- sshpass -p $DEPLOY_PASSWORD rsync -avzr -e ssh /src/ $$DEPLOY_USER@$$DEPLOY_HOST:$$DEPLOY_PATH
|
||||
|
||||
Reference in New Issue
Block a user