Browse Source

一心堂贵州生产环境

master
lizw 4 years ago
parent
commit
7f3a892430
  1. 12
      yxt-gz/deploy-lims-report.sh
  2. 12
      yxt-gz/deploy-lims.sh

12
yxt-gz/deploy-lims-report.sh

@ -3,13 +3,13 @@
#set -x #set -x
set -e set -e
gitUrl=ssh://www@122.9.140.63:3022/bot_yxt/yxt_lmis_report_cd.git gitUrl=ssh://www@122.9.140.63:3022/bot_yxt/yxt_lmis_report_gz.git
dirPath=~/deploy/yxt_lmis_report_cd dirPath=~/deploy/yxt_lmis_report_gz
serverName=yxt_cd_report serverName=yxt_gz_report
logPath=~/logs/yxt_lmis_report_cd_nohup.log logPath=~/logs/yxt_lmis_report_gz_nohup.log
cmd=$1 cmd=$1
profiles=${2:-"yxt-cd-prod"} profiles=${2:-"yxt-gz-prod"}
echoPrefix="\033[36m+" echoPrefix="\033[36m+"
echoSuffix="\033[0m" echoSuffix="\033[0m"
@ -125,4 +125,4 @@ else
fi fi
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]

12
yxt-gz/deploy-lims.sh

@ -3,13 +3,13 @@
#set -x #set -x
set -e set -e
gitUrl=ssh://www@122.9.140.63:3022/bot_yxt/yxt_lmis_cd.git gitUrl=ssh://www@122.9.140.63:3022/bot_yxt/yxt_lmis_gz.git
dirPath=~/deploy/yxt_lmis_cd dirPath=~/deploy/yxt_lmis_gz
serverName=yxt_cd_lmis serverName=yxt_gz_lmis
logPath=~/logs/yxt_lmis_cd_nohup.log logPath=~/logs/yxt_lmis_gz_nohup.log
cmd=$1 cmd=$1
profiles=${2:-"yxt-cd-prod"} profiles=${2:-"yxt-gz-prod"}
echoPrefix="\033[36m+" echoPrefix="\033[36m+"
echoSuffix="\033[0m" echoSuffix="\033[0m"
@ -125,4 +125,4 @@ else
fi fi
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]

Loading…
Cancel
Save