mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
update webhook
This commit is contained in:
7
webhook/data/hooks.json
Normal file
7
webhook/data/hooks.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"id": "test",
|
||||
"execute-command": "/etc/webhook/test.sh",
|
||||
"command-working-directory": "/etc/webhook"
|
||||
}
|
||||
]
|
||||
2
webhook/data/test.sh
Executable file
2
webhook/data/test.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
echo 'hello world'
|
||||
Reference in New Issue
Block a user