dfsjgdsf
All checks were successful
Restart Website Service / restart_service (push) Successful in 1s

This commit is contained in:
Snorre 2025-04-01 14:25:20 +02:00
parent 1e413f861e
commit 995c87f0e5

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 'systemctl restart website.service'
ssh -i /tmp/private_key -o StrictHostKeyChecking=no website-host-user@spoodythe.one -t 'sudo systemctl restart website.service'