2026-03-18 11:41:32 -04:00
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"id": "matrix-deploy",
|
|
|
|
|
"execute-command": "/usr/local/bin/matrix-deploy.sh",
|
|
|
|
|
"command-working-directory": "/opt/matrix-config",
|
|
|
|
|
"response-message": "Deploying cinny config...",
|
|
|
|
|
"trigger-rule": {
|
|
|
|
|
"match": {
|
|
|
|
|
"type": "payload-hash-sha256",
|
|
|
|
|
"secret": "76dd5febd1cc3458545ce37537f4bfe26f241a9635b57a2cba183ebc9221230b",
|
|
|
|
|
"parameter": {
|
|
|
|
|
"source": "header",
|
|
|
|
|
"name": "X-Gitea-Signature"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-05-13 16:57:35 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "cinny-build",
|
|
|
|
|
"execute-command": "/usr/local/bin/cinny-build.sh",
|
|
|
|
|
"command-working-directory": "/opt/lotus-cinny",
|
|
|
|
|
"response-message": "Cinny merge + build triggered",
|
|
|
|
|
"trigger-rule": {
|
|
|
|
|
"match": {
|
|
|
|
|
"type": "value",
|
|
|
|
|
"value": "a82340fc2f07e6afda097494c34aa3a4877924932a0b063a76106fdab9816ec6",
|
|
|
|
|
"parameter": {
|
|
|
|
|
"source": "header",
|
|
|
|
|
"name": "X-Build-Token"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-03-18 11:41:32 -04:00
|
|
|
}
|
|
|
|
|
]
|