Browse Source

test-deploy-api-d112.sh

master
lizw 3 years ago
parent
commit
bf4a951812
  1. 14
      yxt-D112/test-deploy-api-d112.sh
  2. 14
      yxt-D112/test-deploy-wms8-d112.sh

14
yxt-sh/test-deploy-api-d907.sh → yxt-D112/test-deploy-api-d112.sh

@ -2,7 +2,7 @@
#set -x
set -e
codePath=/home/www/deploy/wms8_api_test_d907
codePath=/home/www/deploy/wms8_api_test_d112
gitUrlArr=(
"http://git.galaxis.yvanui.com/wms8/wms8-bench.git"
"http://git.yvanui.com/lizhiwei/yvan-framework.git"
@ -78,12 +78,12 @@ buildCode() {
echo ""
}
logPath=/home/www/logs/wms8_api_test_d907/wms8_api_test_d907.log
dirPath=/home/www/deploy/wms8_api_test_d907/wms-biz/wms8-api/build/libs/
serverName=wms8_d907_api_test
logPath=/home/www/logs/wms8_api_test_d1127/wms8_api_test_d112.log
dirPath=/home/www/deploy/wms8_api_test_d112/wms-biz/wms8-api/build/libs/
serverName=wms8_d112_api_test
cmd=$1
profiles=${2:-"test-d907"}
profiles=${2:-"test-d112"}
#-------------------------------------------------------------------
JAVA_MEM_OPTS=" -DappName=${serverName} -server -Xmx2g -Xms2g"
@ -174,5 +174,5 @@ else
fi
fi
# 上海一心堂d907 api
# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/yxt-sh/test-deploy-api-d907.sh) [cmd profiles]
# 上海一心堂d112 api
# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/yxt-D112/test-deploy-api-d112.sh) [cmd profiles]

14
yxt-sh/test-deploy-wms8-d907.sh → yxt-D112/test-deploy-wms8-d112.sh

@ -2,7 +2,7 @@
#set -x
set -e
codePath=/home/www/deploy/wms8_test_d907
codePath=/home/www/deploy/wms8_test_d112
gitUrlArr=(
"http://git.galaxis.yvanui.com/wms8/wms8-bench.git"
"http://git.yvanui.com/jztd/yvan-ext.git"
@ -146,12 +146,12 @@ buildCode() {
echo ""
}
logPath=/data/logs/wms8_test_d907/wms8_test_d907.log
dirPath=/home/www/deploy/wms8_test_d907/wms-biz/servo/build/libs/
serverName=wms8_d907_test
logPath=/data/logs/wms8_test_d112/wms8_test_d112.log
dirPath=/home/www/deploy/wms8_test_d112/wms-biz/servo/build/libs/
serverName=wms8_d112_test
cmd=$1
profiles=${2:-"test-d907"}
profiles=${2:-"test-d112"}
#-------------------------------------------------------------------
JAVA_MEM_OPTS=" -DappName=${serverName} -server -Xmx2g -Xms2g"
@ -259,5 +259,5 @@ else
fi
fi
# 上海一心堂d907 wms
# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/yxt-sh/test-deploy-wms8-d907.sh) [cmd profiles]
# 上海一心堂d112 wms
# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/yxt-D112/test-deploy-wms8-d112.sh) [cmd profiles]
Loading…
Cancel
Save