mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Update .gitlab-ci.yml
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user