From 782f2d410544624c36cd6f3ad2d5a06779738c85 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 04:02:00 +0800 Subject: [PATCH] init --- shell/updateRisk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/updateRisk b/shell/updateRisk index e2c8806..606c61d 100644 --- a/shell/updateRisk +++ b/shell/updateRisk @@ -16,9 +16,9 @@ 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 - url="http://127.0.0.1:3000/finsh?name=$1" - echo "成功回调地址:$url" - curl $url +# url="http://127.0.0.1:3000/finsh?name=$1" +# echo "成功回调地址:$url" +# curl $url } #检查是否正在部署