This commit is contained in:
@@ -7,5 +7,5 @@ pipeline:
|
|||||||
image: jbrechtel/rsync:latest
|
image: jbrechtel/rsync:latest
|
||||||
commands:
|
commands:
|
||||||
- export
|
- export
|
||||||
- sshpass -p $${DEPLOY_PASSWORD} rsync -avzr -e ssh /src/ $${DEPLOY_USER}@$${DEPLOY_HOST}:$${DEPLOY_PATH}
|
- sshpass -p $${DEPLOY_PASSWORD} rsync -avzr -e ssh -o "StrictHostKeyChecking=no" /src/ $${DEPLOY_USER}@$${DEPLOY_HOST}:$${DEPLOY_PATH}
|
||||||
secrets: [ DEPLOY_USER, DEPLOY_PATH, DEPLOY_HOST, DEPLOY_PASSWORD ]
|
secrets: [ DEPLOY_USER, DEPLOY_PATH, DEPLOY_HOST, DEPLOY_PASSWORD ]
|
||||||
|
|||||||
Reference in New Issue
Block a user