small fix

This commit is contained in:
Firq 2023-07-07 14:30:38 +02:00
parent f598378bff
commit ff42678a16
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -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;"