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