31 lines
690 B
JSON
31 lines
690 B
JSON
[
|
|
{
|
|
"id": "bruchtal-deploy",
|
|
"execute-command": "/docker/Bruchtal/deploy/deploy-bruchtal.sh",
|
|
"command-working-directory": "/docker/Bruchtal",
|
|
"trigger-rule": {
|
|
"and": [
|
|
{
|
|
"match": {
|
|
"type": "payload-hmac-sha256",
|
|
"secret": "!!Zazen17**",
|
|
"parameter": {
|
|
"source": "header",
|
|
"name": "X-Gitea-Signature"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"match": {
|
|
"type": "value",
|
|
"parameter": {
|
|
"source": "payload",
|
|
"name": "ref"
|
|
},
|
|
"value": "refs/heads/main"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |