From 6437c84039231c3bf85369ac8ddc0b25192357f9 Mon Sep 17 00:00:00 2001 From: Snorre Date: Tue, 1 Apr 2025 15:35:03 +0200 Subject: [PATCH] fixed action --- .forgejo/workflows/restart_service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/restart_service.yml b/.forgejo/workflows/restart_service.yml index 802ccdd..7c91e9d 100644 --- a/.forgejo/workflows/restart_service.yml +++ b/.forgejo/workflows/restart_service.yml @@ -16,4 +16,4 @@ jobs: run: | echo "$SSH_PRIVATE_KEY" > /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'