Browse Source

luolai prod & test

zhoucg 5 months ago
parent
commit
efac21f5dc

+ 2 - 2
08luolai/04xxljob-prod.sh

@@ -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]

+ 2 - 2
08luolai/05wms83-prod.sh

@@ -193,8 +193,8 @@ logs() {
 }
 
 deployYvanUI() {
-    bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/00base/01yvan-ext.sh) pull
-    bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/00base/02yvan-ext-mobile.sh) pull
+    bash <(curl -s http://git.yvanui.com/projects/jztd-deploy/raw/master/00base/01yvan-ext.sh) pull
+    bash <(curl -s http://git.yvanui.com/projects/jztd-deploy/raw/master/00base/02yvan-ext-mobile.sh) pull
 }
 
 pid=`ps -ef | grep "DappName=${serverName}" | grep -v 'grep' | awk '{print $2}'`

+ 1 - 1
08luolai/06api-prod.sh

@@ -186,4 +186,4 @@ else
   fi
 fi
 
-# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/08luolai/06api-prod.sh) [cmd profiles]
+# bash <(curl -s http://git.yvanui.com/projects/jztd-deploy/raw/master/08luolai/06api-prod.sh) [cmd profiles]

+ 1 - 1
08luolai/07api-gateway-prod.sh

@@ -168,4 +168,4 @@ else
   fi
 fi
 
-# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/08luolai/07api-gateway-prod.sh) [cmd profiles]
+# bash <(curl -s http://git.yvanui.com/projects/jztd-deploy/raw/master/08luolai/07api-gateway-prod.sh) [cmd profiles]

+ 3 - 3
08luolai/08wms83-test.sh

@@ -193,8 +193,8 @@ logs() {
 }
 
 deployYvanUI() {
-    bash <(curl -s http://git.yvanui.com/arch/jztd-deploy/raw/master/00base/01yvan-ext.sh) pull
-    bash <(curl -s http://git.yvanui.com/arch/jztd-deploy/raw/master/00base/02yvan-ext-mobile.sh) pull
+    bash <(curl -s http://git.yvanui.com/projects/jztd-deploy/raw/master/00base/01yvan-ext.sh) pull
+    bash <(curl -s http://git.yvanui.com/projects/jztd-deploy/raw/master/00base/02yvan-ext-mobile.sh) pull
 }
 
 pid=`ps -ef | grep "DappName=${serverName}" | grep -v 'grep' | awk '{print $2}'`
@@ -231,4 +231,4 @@ else
   fi
 fi
 
-# bash <(curl -s http://git.yvanui.com/arch/jztd-deploy/raw/master/08luolai/08wms83-test.sh) [cmd profiles]
+# bash <(curl -s http://git.yvanui.com/projects/jztd-deploy/raw/master/08luolai/08wms83-test.sh) [cmd profiles]

+ 1 - 1
08luolai/09api-test.sh

@@ -186,4 +186,4 @@ else
   fi
 fi
 
-# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/08luolai/09api-test.sh) [cmd profiles]
+# bash <(curl -s http://git.yvanui.com/projects/jztd-deploy/raw/master/08luolai/09api-test.sh) [cmd profiles]

+ 1 - 1
08luolai/10api-gateway-test.sh

@@ -168,4 +168,4 @@ else
   fi
 fi
 
-# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/08luolai/10api-gateway-test.sh) [cmd profiles]
+# bash <(curl -s http://git.yvanui.com/projects/jztd-deploy/raw/master/08luolai/10api-gateway-test.sh) [cmd profiles]