From de8c757d932bcc015fc727426073163fb6ba2294 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Wed, 29 Jul 2026 15:38:41 +0200 Subject: [PATCH] ci: fixes service not restarting --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 46f9388..3c60904 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,4 +45,4 @@ jobs: password: ${{ secrets.DEPLOY_SSH_PASSWORD }} port: ${{ secrets.DEPLOY_SSH_PORT }} script: | - sudo systemctl restart Ngino.service \ No newline at end of file + sudo systemctl restart Ngino-server.service \ No newline at end of file