From 0accb2f150d77dc3ded2dba02fe9391eda5d71af Mon Sep 17 00:00:00 2001 From: zhoucg <294039255@qq.com> Date: Wed, 15 Oct 2025 14:11:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BD=97=E8=8E=B1=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 08luolai/11wms83-job-prod.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/08luolai/11wms83-job-prod.sh b/08luolai/11wms83-job-prod.sh index 58ce401..1736b17 100644 --- a/08luolai/11wms83-job-prod.sh +++ b/08luolai/11wms83-job-prod.sh @@ -193,8 +193,8 @@ logs() { } deployYvanUI() { - 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 + bash <(curl -s http://git.galaxis.yvanui.com/lizw/jztd-deploy/raw/branch/master/00base/01yvan-ext.sh) pull + bash <(curl -s http://git.galaxis.yvanui.com/lizw/jztd-deploy/raw/branch/master/00base/02yvan-ext-mobile.sh) pull } pid=`ps -ef | grep "DappName=${serverName}" | grep -v 'grep' | awk '{print $2}'`