|
@@ -92,8 +92,10 @@ cmd=$1
|
|
if [ "$cmd" == "deploy" ];then
|
|
if [ "$cmd" == "deploy" ];then
|
|
deployPull
|
|
deployPull
|
|
buildCode
|
|
buildCode
|
|
|
|
+elif [ "$cmd" == "pull" ];then
|
|
|
|
+ deployPull
|
|
else
|
|
else
|
|
- echo "输入操作参数: deploy"
|
|
|
|
|
|
+ echo "输入操作参数: pull deploy"
|
|
fi
|
|
fi
|
|
|
|
|
|
# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/00base/02yvan-ext-mobile.sh) [cmd]
|
|
# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/00base/02yvan-ext-mobile.sh) [cmd]
|