19 lines
403 B
JSON
19 lines
403 B
JSON
[
|
|
{
|
|
"id": "deploy",
|
|
"execute-command": "/deploy.sh",
|
|
"command-working-directory": "/srv/ecert",
|
|
"response-message": "Deploy dimulakan.",
|
|
"trigger-rule": {
|
|
"match": {
|
|
"type": "payload-hmac-sha256",
|
|
"secret": "{{ .Env.WEBHOOK_SECRET }}",
|
|
"parameter": {
|
|
"source": "header",
|
|
"name": "X-Hub-Signature-256"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|