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