Forgot ssh_default anchor

This commit is contained in:
Firq 2023-04-22 18:51:13 +02:00
parent 1fc24d9abe
commit bc532ca1f7
Signed by: Firq
GPG key ID: 4DE1059A4666E89F

View file

@ -111,6 +111,8 @@ maintenance-mode:
redeploy-site:
stage: scripts
when: manual
before_script:
- *ssh_default
script:
- echo "Stopping screen session"
- ssh $DEPLOY_USER@$DEPLOY_HOST "screen -X -S website-firq-npx kill;"