This commit is contained in:
parent
5e863eafcb
commit
eab037ab3d
|
@ -19,5 +19,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "$SSH_PRIVATE_KEY" > private_key
|
echo "$SSH_PRIVATE_KEY" > private_key
|
||||||
chmod 600 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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue