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