corrected argument definition for webhook

This commit is contained in:
Ulf Gebhardt 2022-01-12 20:32:48 +01:00
parent 4a175f0ef8
commit 8df6fe859b
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -114,7 +114,13 @@ nano ~/hooks.json
[
{
"id": "github",
"execute-command": "/home/gradido/gradido/deployment/bare_metal/start.sh new_deployment",
"execute-command": "/home/gradido/gradido/deployment/bare_metal/start.sh",
"pass-arguments-to-command": [
{
"source": "string",
"name": "new_deployment"
},
],
"command-working-directory": "/home/gradido/gradido/deployment/bare_metal",
"trigger-rule": {
"and": [