From 791066a194ab661ff51f42b7a9c37a88794783a8 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Thu, 28 Nov 2024 09:27:04 +0000 Subject: [PATCH] add: service restart --- .forgejo/workflows/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index eb0254e..981d93d 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -4,4 +4,4 @@ jobs: runs-on: self-hosted steps: - run: sudo git -C /opt/Adrianux.net/ pull - - run: curl --silent https://adrianux.net/ \ No newline at end of file + - run: sudo systemctl restart adrianux \ No newline at end of file