From 9263251f8d6a092f26ba4955249879099a411812 Mon Sep 17 00:00:00 2001 From: JamBox <8935453+JamesVanBoxtel@users.noreply.github.com> Date: Sun, 15 Feb 2026 21:28:27 -0800 Subject: [PATCH] fix --- hooks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks.json b/hooks.json index 225dbd9..0370961 100644 --- a/hooks.json +++ b/hooks.json @@ -1,8 +1,8 @@ [ { "id": "redeploy-apps", - "execute-command": "{{getenv \"HOME\"}}/server-stack/deploy.sh", - "command-working-directory": "{{getenv \"HOME\"}}/server-stack", + "execute-command": "/home/jamesvanboxtel/server-stack/deploy.sh", + "command-working-directory": "/home/jamesvanboxtel/server-stack", "trigger-rule": { "match": { "type": "payload-hmac-sha256",