Browse Source

一心堂贵州生产环境

lizw 3 years ago
parent
commit
7f3a892430
2 changed files with 12 additions and 12 deletions
  1. 6 6
      yxt-gz/deploy-lims-report.sh
  2. 6 6
      yxt-gz/deploy-lims.sh

+ 6 - 6
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]

+ 6 - 6
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]