site-deploy/configs/webhook/hooks.json

13 lines
284 B
JSON

[
{
"id": "$ENDPOINT_ID",
"execute-command": "/webhook/reload.sh",
"command-working-directory": "/repo",
"match":
{
"secret": "$ENDPOINT_PW"
}
}
]