Files
matrix/deploy/hooks-lxc151.json

19 lines
498 B
JSON
Raw Permalink Normal View History

[
{
"id": "matrix-deploy",
"execute-command": "/usr/local/bin/matrix-deploy.sh",
"command-working-directory": "/opt/matrix-config",
"response-message": "Deploying matrix hookshot transforms...",
"trigger-rule": {
"match": {
"type": "payload-hash-sha256",
"secret": "38ba0e66763da2096c47645cbf636ce3c2c51232e006b964e57d6bb94a32dcaa",
"parameter": {
"source": "header",
"name": "X-Gitea-Signature"
}
}
}
}
]