From eab037ab3d7bd4b4807d3de5a474e8f2df799277 Mon Sep 17 00:00:00 2001 From: Snorre Date: Tue, 1 Apr 2025 13:05:57 +0200 Subject: [PATCH] fixed runner --- .forgejo/workflows/restart_service.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'