Forgot ssh_default anchor
This commit is contained in:
parent
1fc24d9abe
commit
bc532ca1f7
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ maintenance-mode:
|
||||||
redeploy-site:
|
redeploy-site:
|
||||||
stage: scripts
|
stage: scripts
|
||||||
when: manual
|
when: manual
|
||||||
|
before_script:
|
||||||
|
- *ssh_default
|
||||||
script:
|
script:
|
||||||
- echo "Stopping screen session"
|
- echo "Stopping screen session"
|
||||||
- ssh $DEPLOY_USER@$DEPLOY_HOST "screen -X -S website-firq-npx kill;"
|
- ssh $DEPLOY_USER@$DEPLOY_HOST "screen -X -S website-firq-npx kill;"
|
||||||
|
|
Loading…
Reference in a new issue