chore: initial commit for Bruchtal Docker + deploy

This commit is contained in:
Bruchtal Admin
2026-02-21 18:57:26 +01:00
commit 822a62bd60
20 changed files with 406 additions and 0 deletions

17
deploy/hooks.json Normal file
View File

@@ -0,0 +1,17 @@
[
{
"id": "bruchtal-deploy",
"execute-command": "/docker/deploy/deploy-bruchtal.sh",
"command-working-directory": "/docker/Bruchtal",
"trigger-rule": {
"match": {
"type": "payload-hmac-sha256",
"secret": "!!Zazen17-Doshin17**",
"parameter": {
"source": "header",
"name": "X-Gitea-Signature"
}
}
}
}
]