fixed action
All checks were successful
Restart Website Service / restart_service (push) Successful in 0s

This commit is contained in:
Snorre 2025-04-01 15:35:03 +02:00
parent e7e8787e03
commit 6437c84039

View file

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