mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Update .gitlab-ci.yml
This commit is contained in:
@@ -9,7 +9,7 @@ deploy_stage:
|
||||
script:
|
||||
- sshpass -V
|
||||
- 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:
|
||||
stage: deploy
|
||||
@@ -19,6 +19,4 @@ deploy_production:
|
||||
script:
|
||||
- sshpass -V
|
||||
- export SSHPASS=$USER_PASS
|
||||
- sshpass -e scp -o stricthostkeychecking=no -r . username@host.com:/var/www/html
|
||||
view raw
|
||||
.gitlab-ci.yml hosted with ❤ by GitHub
|
||||
- sshpass -e scp -o stricthostkeychecking=no -r . admin@54.39.97.124:/var/www/C697
|
||||
|
||||
Reference in New Issue
Block a user