From e71229e7a52d3f6abae66f9c243a7c2470ffcbf7 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2024 05:24:05 +0300 Subject: [PATCH] Fix hooks.json --- hooks.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hooks.json b/hooks.json index 5e32d83..981e00b 100644 --- a/hooks.json +++ b/hooks.json @@ -1,7 +1,8 @@ [ { "id": "redeploy-webhook", - "execute-command": "./redeploy.sh", + "execute-command": "bash", + "pass-arguments-to-command": [{ "source": "string", "name": "redeploy.sh" }], "command-working-directory": "." } ]