site-deploy/configs/webhook/hooks.json

13 lines
284 B
JSON
Raw Normal View History

2020-07-05 15:56:22 +00:00
[
{
"id": "$ENDPOINT_ID",
"execute-command": "/webhook/reload.sh",
"command-working-directory": "/repo",
"match":
{
"secret": "$ENDPOINT_PW"
}
}
]