diff --git a/.forgejo/workflows/restart_service.yml b/.forgejo/workflows/restart_service.yml index 1a1ae77..f74fa54 100644 --- a/.forgejo/workflows/restart_service.yml +++ b/.forgejo/workflows/restart_service.yml @@ -19,5 +19,4 @@ jobs: run: | echo "$SSH_PRIVATE_KEY" > 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'