Explorar el Código

Set the webhook program to hot-reload

master
Fen Dweller hace 5 años
padre
commit
57bae639ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      run.sh

+ 1
- 1
run.sh Ver fichero

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

Cargando…
Cancelar
Guardar