mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-12 17:05:50 +00:00
37 lines
889 B
Plaintext
37 lines
889 B
Plaintext
[
|
|
{
|
|
"id": "github",
|
|
"execute-command": "$PROJECT_ROOT/.github/webhooks/deploy.sh",
|
|
"pass-arguments-to-command": [
|
|
{
|
|
"source": "string",
|
|
"name": "$DEPLOY_DIR"
|
|
}
|
|
],
|
|
"command-working-directory": "$PROJECT_ROOT",
|
|
"trigger-rule": {
|
|
"and": [
|
|
{
|
|
"match": {
|
|
"type": "payload-hash-sha1",
|
|
"secret": "$WEBHOOK_GITHUB_SECRET",
|
|
"parameter": {
|
|
"source": "header",
|
|
"name": "X-Hub-Signature"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"match": {
|
|
"type": "value",
|
|
"value": "refs/heads/$WEBHOOK_GITHUB_BRANCH",
|
|
"parameter": {
|
|
"source": "payload",
|
|
"name": "ref"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |