From 57bae639acbc83e55fde8940cf072248219331bc Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 16 May 2020 12:02:05 -0400 Subject: [PATCH] Set the webhook program to hot-reload --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 56c39b2..9d8d7a5 100755 --- a/run.sh +++ b/run.sh @@ -1 +1 @@ -export $(cat .env | xargs) && /home/web/go/bin/webhook -hooks config.json -ip 0.0.0.0 -verbose -port 8765 -template \ No newline at end of file +export $(cat .env | xargs) && /home/web/go/bin/webhook -hooks config.json -ip 0.0.0.0 -verbose -port 8765 -template -hotreload \ No newline at end of file