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]