✨ feat(config): 增加sq9服务器配置
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user