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",
|
2026-09-23 22:29:52 -04:00
|
|
|
"secret": "{{ getenv "MATRIX_DEPLOY_SECRET" | js }}",
|
2026-03-18 11:41:32 -04:00
|
|
|
"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",
|
2026-09-23 22:29:52 -04:00
|
|
|
"value": "{{ getenv "CINNY_BUILD_TOKEN" | js }}",
|
2026-05-13 16:57:35 -04:00
|
|
|
"parameter": {
|
|
|
|
|
"source": "header",
|
|
|
|
|
"name": "X-Build-Token"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-09-15 22:24:13 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "lotus-deploy",
|
|
|
|
|
"execute-command": "/usr/local/bin/lotus_deploy.sh",
|
|
|
|
|
"command-working-directory": "/opt/lotus-cinny",
|
|
|
|
|
"response-message": "Deploying Lotus Chat...",
|
|
|
|
|
"trigger-rule": {
|
|
|
|
|
"and": [
|
|
|
|
|
{
|
|
|
|
|
"match": {
|
|
|
|
|
"type": "payload-hash-sha256",
|
2026-09-23 22:29:52 -04:00
|
|
|
"secret": "{{ getenv "LOTUS_DEPLOY_SECRET" | js }}",
|
2026-09-15 22:24:13 -04:00
|
|
|
"parameter": {
|
|
|
|
|
"source": "header",
|
|
|
|
|
"name": "X-Gitea-Signature"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"match": {
|
|
|
|
|
"type": "value",
|
|
|
|
|
"value": "refs/heads/lotus",
|
|
|
|
|
"parameter": {
|
|
|
|
|
"source": "payload",
|
|
|
|
|
"name": "ref"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2026-03-18 11:41:32 -04:00
|
|
|
}
|
|
|
|
|
]
|