Bläddra i källkod

Set the webhook program to hot-reload

master
Fen Dweller 5 år sedan
förälder
incheckning
57bae639ac
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      run.sh

+ 1
- 1
run.sh Visa fil

@@ -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

Laddar…
Avbryt
Spara