master
pan 4 years ago
parent ae7ad3e8be
commit 9cc3862d0e
  1. 3
      shell/updateRisk

@ -11,14 +11,15 @@ export apiServer=https://risk.kirito.cool
function run(){
isUpdate=false
if [ ! -e $1 ]
then
git clone git@gogs.kirito.cool:panqihua/$1.git
isUpdate=false
else
isUpdate=true
fi
cd $1 && git reset --hard && git pull && yarn && chmod +x run.sh && killNode
echo $isUpdate
if [ $isUpdate ]
then
url="http://127.0.0.1:3000/finsh?name=$1"

Loading…
Cancel
Save