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 . admin@54.39.97.124:/var/www/C697
|
||||
- sshpass -e scp -o stricthostkeychecking=no -r . admin@54.39.97.124:/var/www/website/C697
|
||||
|
||||
deploy_production:
|
||||
stage: deploy
|
||||
@@ -19,4 +19,4 @@ deploy_production:
|
||||
script:
|
||||
- sshpass -V
|
||||
- export SSHPASS=$USER_PASS
|
||||
- sshpass -e scp -o stricthostkeychecking=no -r . admin@54.39.97.124:/var/www/C697
|
||||
- sshpass -e scp -o stricthostkeychecking=no -r . admin@54.39.97.124:/var/www/website/C697
|
||||
|
||||
Reference in New Issue
Block a user