🐎 ci(config): 6-10服务器配置

This commit is contained in:
luying
2023-04-26 15:29:55 +08:00
parent 5b23e6d297
commit 47ce60194b
3 changed files with 266 additions and 1 deletions

View File

@@ -89,6 +89,26 @@ elif [ ${1} == 'zy5' ] ; then
destUrl="root@yjz-zy-game5:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zy6' ] ; then
destUrl="root@yjz-zy-game6:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zy7' ] ; then
destUrl="root@yjz-zy-game7:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zy8' ] ; then
destUrl="root@yjz-zy-game8:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zy9' ] ; then
destUrl="root@yjz-zy-game9:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zy10' ] ; then
destUrl="root@yjz-zy-game10:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zyweb1' ] ; then
destUrl="root@yjz-zy-web1:/root/zyz/"
port=22