feat(config): 配置

This commit is contained in:
luying
2023-05-09 23:42:44 +08:00
parent 26debafd09
commit 5712bd6aaa
6 changed files with 1637 additions and 8 deletions

View File

@@ -182,6 +182,66 @@ elif [ ${1} == 'yjzios' ] ; then
destUrl="root@yjz-ios-review:/root/zyz/"
port=22
env='yjzios'
elif [ ${1} == 'zy11' ] ; then
destUrl="root@yjz-bk-1:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zy12' ] ; then
destUrl="root@yjz-bk-2:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zy13' ] ; then
destUrl="root@yjz-bk-3:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zy14' ] ; then
destUrl="root@yjz-bk-4:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zy15' ] ; then
destUrl="root@yjz-bk-5:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zy16' ] ; then
destUrl="root@yjz-bk-6:/root/zyz/"
port=22
env='zy1'
# elif [ ${1} == 'zy17' ] ; then
# destUrl="root@yjz-bk-7:/root/zyz/"
# port=22
# env='zy1'
# elif [ ${1} == 'zy18' ] ; then
# destUrl="root@yjz-bk-8:/root/zyz/"
# port=22
# env='zy1'
# elif [ ${1} == 'zy19' ] ; then
# destUrl="root@yjz-bk-9:/root/zyz/"
# port=22
# env='zy1'
elif [ ${1} == 'ch7' ] ; then
destUrl="root@yjz-bk-10:/root/zyz/"
port=22
env='ch1'
elif [ ${1} == 'ch8' ] ; then
destUrl="root@yjz-bk-11:/root/zyz/"
port=22
env='ch1'
elif [ ${1} == 'ch9' ] ; then
destUrl="root@yjz-bk-12:/root/zyz/"
port=22
env='ch1'
# elif [ ${1} == 'ch10' ] ; then
# destUrl="root@yjz-bk-13:/root/zyz/"
# port=22
# env='ch1'
# elif [ ${1} == 'ch11' ] ; then
# destUrl="root@yjz-bk-14:/root/zyz/"
# port=22
# env='ch1'
# elif [ ${1} == 'ch12' ] ; then
# destUrl="root@yjz-bk-15:/root/zyz/"
# port=22
# env='ch1'
else
echo "需要一个参数指明服务器"
exit 1;