fixed runner
Some checks failed
Restart Website Service / restart_service (push) Failing after 3s

This commit is contained in:
Snorre 2025-04-01 13:05:57 +02:00
parent 5e863eafcb
commit eab037ab3d

View file

@ -19,5 +19,4 @@ jobs:
run: |
echo "$SSH_PRIVATE_KEY" > private_key
chmod 600 private_key
ssh -i private_key website-host-user@spoodythe.one -t 'systemctl restart website.service'
ssh -i private_key -o StrictHostKeyChecking=no website-host-user@spoodythe.one -t 'systemctl restart website.service'