From 418eb2c17c7605bfab61e38ac9ae66d645f10dd4 Mon Sep 17 00:00:00 2001 From: fahed Date: Tue, 7 Apr 2026 11:16:24 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20remove=20sudo=20restart=20step=20?= =?UTF-8?q?=E2=80=94=20restart=20manually=20after=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5fc22e3..9ec8bab 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -59,5 +59,4 @@ jobs: ETL_SECRET=${ETL_SECRET} EOF - - name: Restart server service - run: sudo systemctl restart hihala-dashboard.service + # Restart manually: sudo systemctl restart hihala-dashboard.service