system-hook 0.2.2

shook: webhook server to automatically update production servers
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=shook github webhook server
After=network.target

[Service]
WorkingDirectory={REPO_PATH}
ExecStart=shook --log-file /var/log/shook.log --log-level 'shook=debug,github_webhook_extract=info' serve
ExecReload=/bin/kill -s HUP $MAINPID
KillMode=mixed
TimeoutStopSec=5

[Install]
WantedBy=multi-user.target