提交 e67db822 authored 作者: Andy's avatar Andy

qw

上级 15596610
#!/bin/bash
###################################################
# 安装路径
Install_Dir="/home/deploy/wkgameplat"
......@@ -12,33 +14,36 @@ PlatWeb_Ranch=1031_Game_JinSha
GameSvr_Ranch=1031_Game_JinSha
GameWeb_Ranch=1031_Game_JinSha
# git 地址
Git_Addr=git.wkwork.xyz:LaunchDeploy
# git 路径
Git_Path=git.wkwork.xyz:LaunchDeploy
Git_Path=git.wkwork.xyz/LaunchDeploy
###################################################
# 脚本地址前缀
# Fun_Script_Url_Path=http://oauth2:QFF_7BNyjHsq_Zvfsfut@$Git_Path/install/raw/master
Fun_Script_Url_Path=http://oauth2:QFF_7BNyjHsq_Zvfsfut@git.wkwork.xyz/LaunchDeploy/install/raw/master
Fun_Script_Url_Path=http://oauth2:QFF_7BNyjHsq_Zvfsfut@$Git_Path/install/raw/master
PlatSvr_Repo_Url="git@$Git_Path/wk_gameplat_svr.git"
PlatSvr_Repo_Url="git@$Git_Addr/wk_gameplat_svr.git"
PlatSvr_Base_Dir="./platsvr"
PlatSvr_Branches=(
$PlatSvr_Ranch
)
PlatWeb_Repo_Url="git@$Git_Path/wk_gameplat_web.git"
PlatWeb_Repo_Url="git@$Git_Addr/wk_gameplat_web.git"
PlatWeb_Base_Dir="./platweb"
PlatWeb_Branches=(
$PlatWeb_Ranch
)
GameSvr_Repo_Url="git@$Git_Path/wk_bdgame_svr.git"
GameSvr_Repo_Url="git@$Git_Addr/wk_bdgame_svr.git"
GameSvr_Base_Dir="./bdgamesvr"
GameSvr_Branches=(
$GameSvr_Ranch
)
GameWeb_Repo_Url="git@$Git_Path/wk_bdgame_web.git"
GameWeb_Repo_Url="git@$Git_Addr/wk_bdgame_web.git"
GameWeb_Base_Dir="./bdgameweb"
GameWeb_Branches=(
$GameWeb_Ranch
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论