ソースを参照

Set the webhook program to hot-reload

master
Fen Dweller 5年前
コミット
57bae639ac
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      run.sh

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

読み込み中…
キャンセル
保存