From 7f3a89243083d820aed3ddbce5e3f21b2a4c730c Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Mon, 18 Apr 2022 16:33:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=BF=83=E5=A0=82=E8=B4=B5=E5=B7=9E?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-gz/deploy-lims-report.sh | 12 ++++++------ yxt-gz/deploy-lims.sh | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/yxt-gz/deploy-lims-report.sh b/yxt-gz/deploy-lims-report.sh index 8fc5055..c39fa12 100644 --- a/yxt-gz/deploy-lims-report.sh +++ b/yxt-gz/deploy-lims-report.sh @@ -3,13 +3,13 @@ #set -x set -e -gitUrl=ssh://www@122.9.140.63:3022/bot_yxt/yxt_lmis_report_cd.git -dirPath=~/deploy/yxt_lmis_report_cd -serverName=yxt_cd_report -logPath=~/logs/yxt_lmis_report_cd_nohup.log +gitUrl=ssh://www@122.9.140.63:3022/bot_yxt/yxt_lmis_report_gz.git +dirPath=~/deploy/yxt_lmis_report_gz +serverName=yxt_gz_report +logPath=~/logs/yxt_lmis_report_gz_nohup.log cmd=$1 -profiles=${2:-"yxt-cd-prod"} +profiles=${2:-"yxt-gz-prod"} echoPrefix="\033[36m+" echoSuffix="\033[0m" @@ -125,4 +125,4 @@ else fi fi -# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/yxt-cd/deploy-lims-report.sh) [cmd profiles] +# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/yxt-gz/deploy-lims-report.sh) [cmd profiles] diff --git a/yxt-gz/deploy-lims.sh b/yxt-gz/deploy-lims.sh index 5fe3e12..600cd7c 100644 --- a/yxt-gz/deploy-lims.sh +++ b/yxt-gz/deploy-lims.sh @@ -3,13 +3,13 @@ #set -x set -e -gitUrl=ssh://www@122.9.140.63:3022/bot_yxt/yxt_lmis_cd.git -dirPath=~/deploy/yxt_lmis_cd -serverName=yxt_cd_lmis -logPath=~/logs/yxt_lmis_cd_nohup.log +gitUrl=ssh://www@122.9.140.63:3022/bot_yxt/yxt_lmis_gz.git +dirPath=~/deploy/yxt_lmis_gz +serverName=yxt_gz_lmis +logPath=~/logs/yxt_lmis_gz_nohup.log cmd=$1 -profiles=${2:-"yxt-cd-prod"} +profiles=${2:-"yxt-gz-prod"} echoPrefix="\033[36m+" echoSuffix="\033[0m" @@ -125,4 +125,4 @@ else fi fi -# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/yxt-cd/deploy-lims.sh) [cmd profiles] +# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/yxt-gz/deploy-lims.sh) [cmd profiles]