From f3dd4a7d4949ca3156810a863328f2b93d9277c6 Mon Sep 17 00:00:00 2001 From: Dmitriy Fofanov Date: Wed, 25 Feb 2026 01:29:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BB=D1=83=D1=87=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B7=D0=B0=D0=BF=D1=83?= =?UTF-8?q?=D1=81=D0=BA=D0=B0=20=D1=81=D0=BB=D1=83=D0=B6=D0=B1=D1=8B:=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE=20=D0=B8?= =?UTF-8?q?=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=84=D0=BB=D0=B0=D0=B3=D0=B0=20--no-block=20?= =?UTF-8?q?=D0=B8=20=D1=83=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B5=D0=BD=D0=BE?= =?UTF-8?q?=20=D0=B2=D1=80=D0=B5=D0=BC=D1=8F=20=D0=BE=D0=B6=D0=B8=D0=B4?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-service.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-service.yml b/.github/workflows/deploy-service.yml index 2cd13e7..f15731f 100644 --- a/.github/workflows/deploy-service.yml +++ b/.github/workflows/deploy-service.yml @@ -272,8 +272,8 @@ jobs: sudo systemctl daemon-reload; \ sudo systemctl enable \"${DEPLOY_SERVICE}\" || true; \ echo \">>> Starting service...\"; \ - sudo systemctl restart \"${DEPLOY_SERVICE}\" || true; \ - sleep 2; \ + sudo systemctl restart --no-block \"${DEPLOY_SERVICE}\" || true; \ + sleep 3; \ echo \">>> Service status:\"; \ sudo systemctl --no-pager --full status \"${DEPLOY_SERVICE}\" | head -n 30 || true; \ echo \">>> Last journal entries:\"; \