From 8eaee9153741b3a908fd52c5883bc99eaad2f9f4 Mon Sep 17 00:00:00 2001 From: M_Kececi Date: Tue, 17 Feb 2026 11:53:26 +0300 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- deploy/hooks.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/deploy/hooks.json b/deploy/hooks.json index 51d11e3..2ada42c 100644 --- a/deploy/hooks.json +++ b/deploy/hooks.json @@ -1,9 +1,18 @@ [ { "id": "bssapp-deploy", - "execute-command": "/opt/bssapp/deploy/deploy.sh", + "execute-command": "/bin/systemctl", "command-working-directory": "/opt/bssapp", - "response-message": "BSSApp Deploy Triggered 🚀", + "pass-arguments-to-command": [ + { + "source": "string", + "name": "start" + }, + { + "source": "string", + "name": "bssapp-deploy" + } + ], "trigger-rule": { "match": { "type": "value",