Browse Source

Set the webhook program to hot-reload

master
Fen Dweller 5 years ago
parent
commit
57bae639ac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      run.sh

+ 1
- 1
run.sh View File

@@ -1 +1 @@
export $(cat .env | xargs) && /home/web/go/bin/webhook -hooks config.json -ip 0.0.0.0 -verbose -port 8765 -template
export $(cat .env | xargs) && /home/web/go/bin/webhook -hooks config.json -ip 0.0.0.0 -verbose -port 8765 -template -hotreload

Loading…
Cancel
Save