Browse Source

wms8-demo

master
lizw 4 years ago
parent
commit
6715fab296
  1. 6
      wms8-demo/deploy.sh

6
wms8-demo/deploy.sh

@ -2,7 +2,7 @@
#set -x
set -e
codePath=/home/www/deploy/wms8demo
codePath=/home/dev/deploy/wms8demo
gitUrlArr=(
"http://git.galaxis.yvanui.com/demo/wms-demo.git"
"http://git.yvanui.com/jztd/yvan-ext.git"
@ -138,8 +138,8 @@ buildCode() {
echo ""
}
logPath=/home/www/output/wms8demo_nohup.log
dirPath=/home/www/deploy/wms8demo/wms-biz/servo/build/libs/
logPath=/home/dev/output/wms8demo_nohup.log
dirPath=/home/dev/deploy/wms8demo/wms-biz/servo/build/libs/
serverName=wms8demo
cmd=$1

Loading…
Cancel
Save