This commit is contained in:
@@ -6,4 +6,5 @@ pipeline:
|
|||||||
deploy:
|
deploy:
|
||||||
image: jbrechtel/rsync:latest
|
image: jbrechtel/rsync:latest
|
||||||
commands:
|
commands:
|
||||||
|
- export
|
||||||
- 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