Add deploy and webhook config

This commit is contained in:
M_Kececi
2026-02-17 11:29:24 +03:00
parent 8c0f18eee3
commit d82cea0b54
2 changed files with 61 additions and 0 deletions

16
deploy/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
[
{
"id": "bssapp-deploy",
"execute-command": "/opt/bssapp/deploy/deploy.sh",
"command-working-directory": "/opt/bssapp",
"pass-arguments-to-command": [],
"response-message": "BSSApp Deploy Triggered 🚀",
"trigger-rule": {
"match": {
"type": "header",
"name": "X-BSSAPP-SECRET",
"value": "bssapp-secret-2026"
}
}
}
]