소스 검색

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

불러오는 중...
취소
저장