Parcourir la source

Set the webhook program to hot-reload

master
Fen Dweller il y a 5 ans
Parent
révision
57bae639ac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      run.sh

+ 1
- 1
run.sh Voir le fichier

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

Chargement…
Annuler
Enregistrer