aiggidfjg
Some checks failed
Restart Website Service / restart_service (push) Failing after 0s

This commit is contained in:
Snorre 2025-04-01 14:24:00 +02:00
parent cd4c67ef62
commit 540b5101a0

View file

@ -15,4 +15,5 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.WEBSITE_KEY }}
run: |
echo "$SSH_PRIVATE_KEY" > /tmp/private_key
chmod 777 /tmp/private_key
ssh -i /tmp/private_key -o StrictHostKeyChecking=no website-host-user@spoodythe.one -t 'systemctl restart website.service'