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

123

上级 d99ddd93
...@@ -3,19 +3,21 @@ ...@@ -3,19 +3,21 @@
Install_Dir="/home/deploy/wkgameplat" Install_Dir="/home/deploy/wkgameplat"
GamePlatName=1031_Game_JinSha GamePlatName=1031_Game_JinSha
PlatSvr_Ranch=1031_Game_JinSha
PlatWeb_Ranch=1031_Game_JinSha
GameSvr_Ranch=1031_Game_JinSha GameSvr_Ranch=1031_Game_JinSha
GameWeb_Ranch=1031_Game_JinSha GameWeb_Ranch=1031_Game_JinSha
PlatSvr_Repo_Url="git@git.wkwork.xyz:LaunchDeploy/wk_gameplat_svr.git" PlatSvr_Repo_Url="git@git.wkwork.xyz:LaunchDeploy/wk_gameplat_svr.git"
PlatSvr_Base_Dir="./platsvr" PlatSvr_Base_Dir="./platsvr"
PlatSvr_Branches=( PlatSvr_Branches=(
$GameSvr_Ranch $PlatSvr_Ranch
) )
PlatWeb_Repo_Url="git@git.wkwork.xyz:LaunchDeploy/wk_gameplat_web.git" PlatWeb_Repo_Url="git@git.wkwork.xyz:LaunchDeploy/wk_gameplat_web.git"
PlatWeb_Base_Dir="./platweb" PlatWeb_Base_Dir="./platweb"
PlatWeb_Branches=( PlatWeb_Branches=(
$GameWeb_Ranch $PlatWeb_Ranch
) )
GameSvr_Repo_Url="git@git.wkwork.xyz:LaunchDeploy/wk_bdgame_svr.git" GameSvr_Repo_Url="git@git.wkwork.xyz:LaunchDeploy/wk_bdgame_svr.git"
...@@ -85,21 +87,21 @@ linux_docker() { ...@@ -85,21 +87,21 @@ linux_docker() {
bash <(curl -sSL $Fun_Script_Url/fun_docker.sh) linux_docker bash <(curl -sSL $Fun_Script_Url/fun_docker.sh) linux_docker
} }
run_docker() { run_platsvr_docker() {
cd ./platsvr/$GameSvr_Ranch/docker-base || exit cd ./platsvr/$PlatSvr_Ranch/docker-base || exit
make up make up
cd ../../.. cd ../../..
cd ./platsvr/$GameSvr_Ranch/docker-proxy || exit cd ./platsvr/$PlatSvr_Ranch/docker-proxy || exit
make up make up
cd ../../.. cd ../../..
} }
run_docker() { run_gamesvr_docker() {
cd ./bdgamesvr/$GameSvr_Ranch/docker-base || exit cd ./bdgamesvr/$GameSvr_Ranch/docker-game || exit
make up make up
cd ../../.. cd ../../..
...@@ -107,10 +109,6 @@ run_docker() { ...@@ -107,10 +109,6 @@ run_docker() {
make up make up
cd ../../.. cd ../../..
cd ./platsvr/$GameSvr_Ranch/docker-game || exit
make up
cd ../../..
} }
run_service() { run_service() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论