small fix
This commit is contained in:
parent
f598378bff
commit
ff42678a16
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ maintenance-mode:
|
|||
when: on_failure
|
||||
before_script:
|
||||
- *ssh_default
|
||||
only:
|
||||
- main
|
||||
script:
|
||||
- echo "Stopping screen session"
|
||||
- ssh $DEPLOY_USER@$DEPLOY_HOST "screen -X -S website-firq-npx kill;"
|
||||
|
|
Loading…
Reference in a new issue