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