From 7d3b6455be5080e231ff6617de0cc4f86c4a49ac Mon Sep 17 00:00:00 2001 From: Arne Baeumler Date: Sun, 14 Nov 2021 18:19:22 +0100 Subject: [PATCH] add webhook config --- hook.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hook.json diff --git a/hook.json b/hook.json new file mode 100644 index 0000000..7f1fbb6 --- /dev/null +++ b/hook.json @@ -0,0 +1,7 @@ +[ + { + "id": "generate", + "execute-command": "/srv/hugo/generate.sh", + "command-working-directory": "/srv/hugo" + } +]