32 lines
901 B
JSON
32 lines
901 B
JSON
[
|
|
{
|
|
"id": "redeploy-webhook",
|
|
"execute-command": "/etc/webhook/scripts/deploy-myproject.sh",
|
|
"command-working-directory": "/etc/webhook/scripts",
|
|
"response-message": "Executing deploy script...",
|
|
"pass-arguments-to-command": [
|
|
{
|
|
"source": "payload",
|
|
"name": "head_commit.id"
|
|
},
|
|
{
|
|
"source": "payload",
|
|
"name": "pusher.name"
|
|
},
|
|
{
|
|
"source": "payload",
|
|
"name": "pusher.email"
|
|
}
|
|
],
|
|
"trigger-rule": {
|
|
"match": {
|
|
"type": "payload-hash-sha1",
|
|
"secret": "myseasonchange",
|
|
"parameter": {
|
|
"source": "header",
|
|
"name": "X-Hub-Signature"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
] |