chore: initial commit for Bruchtal Docker + deploy
This commit is contained in:
17
deploy/hooks.json
Normal file
17
deploy/hooks.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user