updated and added init script

This commit is contained in:
Zehka
2020-07-05 17:56:22 +02:00
parent 5721a871bd
commit bd3d9e1856
17 changed files with 55 additions and 37 deletions

View File

@ -0,0 +1,12 @@
[
{
"id": "$ENDPOINT_ID",
"execute-command": "/webhook/reload.sh",
"command-working-directory": "/repo",
"match":
{
"secret": "$ENDPOINT_PW"
}
}
]