From 88c189a48d67672f4fe665afe36f49adde629117 Mon Sep 17 00:00:00 2001 From: M_Kececi Date: Tue, 17 Feb 2026 12:23:24 +0300 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- deploy/hooks.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/deploy/hooks.json b/deploy/hooks.json index 2ada42c..7985442 100644 --- a/deploy/hooks.json +++ b/deploy/hooks.json @@ -1,16 +1,12 @@ [ { "id": "bssapp-deploy", - "execute-command": "/bin/systemctl", + "execute-command": "/bin/bash", "command-working-directory": "/opt/bssapp", "pass-arguments-to-command": [ { "source": "string", - "name": "start" - }, - { - "source": "string", - "name": "bssapp-deploy" + "name": "/opt/bssapp/deploy/deploy.sh" } ], "trigger-rule": {