fixed action
All checks were successful
Restart Website Service / restart_service (push) Successful in 0s
All checks were successful
Restart Website Service / restart_service (push) Successful in 0s
This commit is contained in:
parent
e7e8787e03
commit
6437c84039
|
@ -16,4 +16,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "$SSH_PRIVATE_KEY" > /tmp/private_key
|
echo "$SSH_PRIVATE_KEY" > /tmp/private_key
|
||||||
chmod 600 /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'
|
||||||
|
|
Loading…
Reference in a new issue