19 lines
388 B
JSON
19 lines
388 B
JSON
[
|
|
{
|
|
"id": "deploy",
|
|
"execute-command": "/scripts/deploy.sh",
|
|
"command-working-directory": "/aziros",
|
|
"response-message": "Deploy gestartet",
|
|
"trigger-rule": {
|
|
"match": {
|
|
"type": "value",
|
|
"value": "${DEPLOY_WEBHOOK_SECRET}",
|
|
"parameter": {
|
|
"source": "header",
|
|
"name": "X-Webhook-Secret"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|