feat(config): 增加sq9服务器配置

This commit is contained in:
liangtongchuan
2023-02-10 20:51:55 +08:00
parent e8b8f6373b
commit f36d9e5fff
11 changed files with 387 additions and 3 deletions

View File

@@ -58,6 +58,14 @@ elif [ ${1} == 'sq8' ] ; then
destUrl="root@sq8:/root/zyz/"
port=3737
env='sq7'
elif [ ${1} == 'sq9' ] ; then
destUrl="root@sq9:/root/zyz/"
port=22
env='sq9'
elif [ ${1} == 'sq10' ] ; then
destUrl="root@sq10:/root/zyz/"
port=22
env='sq9'
else
echo "需要一个参数指明服务器"
exit 1;
@@ -105,4 +113,4 @@ esac
git checkout ./game-server/config.json
git checkout ./gm-server/config/env
git checkout ./web-server/config/env
git checkout ./web-server/config/env