Update .gitlab-ci.yml

This commit is contained in:
Mathieu Lagace
2018-09-24 13:18:07 +00:00
parent 863a701e08
commit 033a2d65d8

View File

@@ -9,7 +9,7 @@ deploy_stage:
script: script:
- sshpass -V - sshpass -V
- export SSHPASS=$USER_PASS - export SSHPASS=$USER_PASS
- sshpass -e scp -o stricthostkeychecking=no -r . username@host.com:/var/www/html - sshpass -e scp -o stricthostkeychecking=no -r . admin@54.39.97.124:/var/www/C697
deploy_production: deploy_production:
stage: deploy stage: deploy
@@ -19,6 +19,4 @@ deploy_production:
script: script:
- sshpass -V - sshpass -V
- export SSHPASS=$USER_PASS - export SSHPASS=$USER_PASS
- sshpass -e scp -o stricthostkeychecking=no -r . username@host.com:/var/www/html - sshpass -e scp -o stricthostkeychecking=no -r . admin@54.39.97.124:/var/www/C697
view raw
.gitlab-ci.yml hosted with ❤ by GitHub