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": "." } ]