Add deploy and webhook config
This commit is contained in:
16
deploy/hooks.json
Normal file
16
deploy/hooks.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user