mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-16 02:20:17 +00:00
18 lines
277 B
Text
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"
|
|
}
|
|
}
|
|
}
|
|
]
|