|
@@ -59,7 +59,7 @@ logs() {
|
|
|
pid=`ps -ef | grep "DappName=${serverName}" | grep -v 'grep' | awk '{print $2}'`
|
|
|
# 操作参数: deploy restart start stop kill log logs
|
|
|
if [ "$cmd" == "deploy" ];then
|
|
|
- bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/00base/03xxljob.sh) pull
|
|
|
+ bash <(curl -s http://git.yvanui.com/projects/jztd-deploy/raw/master/00base/03xxljob.sh) pull
|
|
|
restartServer $pid
|
|
|
elif [ "$cmd" == "restart" ];then
|
|
|
restartServer $pid
|
|
@@ -78,4 +78,4 @@ else
|
|
|
fi
|
|
|
fi
|
|
|
|
|
|
-# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/08luolai/04xxljob-prod.sh) [cmd profiles]
|
|
|
+# bash <(curl -s http://git.yvanui.com/projects/jztd-deploy/raw/master/08luolai/04xxljob-prod.sh) [cmd profiles]
|