Fix hooks.json

This commit is contained in:
root 2024-08-13 05:24:05 +03:00
parent 13640433f8
commit b9f060b822

View File

@ -1,7 +1,8 @@
[ [
{ {
"id": "redeploy-webhook", "id": "redeploy-webhook",
"execute-command": "./redeploy.sh", "execute-command": "bash",
"pass-arguments-to-command": [{ "source": "string", "name": "redeploy.sh" }],
"command-working-directory": "." "command-working-directory": "."
} }
] ]