Testing CI

This commit is contained in:
2022-11-10 08:06:40 -05:00
parent 462fbe74ee
commit 3646774a86

View File

@@ -8,3 +8,4 @@ pipeline:
commands:
- export
- sshpass -p $${DEPLOY_PASSWORD} rsync -avzr -e ssh /src/ $${DEPLOY_USER}@$${DEPLOY_HOST}:$${DEPLOY_PATH}
secrets: [ DEPLOY_USER, DEPLOY_PATH, DEPLOY_HOST, DEPLOY_PASSWORD ]