mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-04 05:31:03 +00:00
15 lines
243 B
JSON
15 lines
243 B
JSON
[
|
|
{
|
|
"id": "webhook",
|
|
"command": "/home/adnan/redeploy-go-webhook.sh",
|
|
"cwd": "/home/adnan/go",
|
|
"trigger-rule":
|
|
{
|
|
"match":
|
|
{
|
|
"parameter": "ref",
|
|
"value": "refs/heads/master"
|
|
}
|
|
}
|
|
}
|
|
]
|