add webhook config

This commit is contained in:
Arne Baeumler 2021-11-14 18:19:22 +01:00
parent 589e8e21a9
commit 7d3b6455be

7
hook.json Normal file
View File

@ -0,0 +1,7 @@
[
{
"id": "generate",
"execute-command": "/srv/hugo/generate.sh",
"command-working-directory": "/srv/hugo"
}
]