From 9ef7ecffe26924f68f9196a08bb2aef6f006a204 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 02:09:32 +0800 Subject: [PATCH] init --- shell/updateRisk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/updateRisk b/shell/updateRisk index bea88b3..94b8732 100644 --- a/shell/updateRisk +++ b/shell/updateRisk @@ -16,7 +16,7 @@ function run(){ git clone git@gogs.kirito.cool:panqihua/$1.git fi cd $1 && git reset --hard && git pull && yarn && chmod +x run.sh && killNode - curl http://webhooks.kirito.cool:3000/finsh?name=$1 + curl http://127.0.0.1:3000/finsh?name=$1 } run $1 > $1.log