webhook/hooks.json.example
Adnan Hajdarevic ea7fd4cb87 fix
2015-02-25 00:21:10 +01:00

18 lines
277 B
Text

[
{
"id": "webhook",
"command": "/home/adnan/redeploy-go-webhook.sh",
"args": [
"head"
],
"cwd": "/home/adnan/go",
"trigger-rule":
{
"match":
{
"parameter": "ref",
"value": "refs/heads/master"
}
}
}
]