Browse Source

003sync_code_prod.sh

master
lizw 2 months ago
parent
commit
baf19ef2e9
  1. 10
      dsl/003sync_code_prod.sh

10
dsl/003sync_code_prod.sh

@ -4,9 +4,9 @@ set -e
source_path=/home/www/sync_code/sd_dsl/wms85std-prod
source_git=(
"www@git.yvanui.com:jztd/wms85std.git"
"www@git.yvanui.com:lizhiwei/yvan-framework.git"
"www@git.yvanui.com:luoyifan/yvan-ui.git"
"http://58.209.223.126:9191/r/wms85std.git"
"http://58.209.223.126:9191/r/yvan-framework.git"
"http://58.209.223.126:9191/r/yvan-ui.git"
)
source_branch=(
"sd_dsl2_prod"
@ -20,7 +20,7 @@ source_position=(
)
target_path=/home/www/sync_code/sd_dsl/wms85std-sd-prod
target_git=http://git.galaxis.yvanui.com/lizw/wms85std-sd.git
target_git=http://58.209.223.126:9191/r/wms85std-sd.git
target_branch=release/prod
target_position=.
@ -220,4 +220,4 @@ echo "接下来:登录大参林能笑平台,等待构建完成,手动部
#echo "维护中,请稍候..."
# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/dsl/003sync_code_prod.sh)
# bash <(curl -s http://git.galaxis.yvanui.com/lizw/jztd-deploy/raw/branch/master/dsl/003sync_code_prod.sh)

Loading…
Cancel
Save