🐎 ci(配置): ios提审服

This commit is contained in:
luying
2023-04-24 13:48:29 +08:00
parent 9392bd157e
commit 740d94280d
10 changed files with 346 additions and 4 deletions

View File

@@ -121,6 +121,10 @@ elif [ ${1} == 'zygm2' ] ; then
destUrl="root@yjz-gm-2:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'yjzios' ] ; then
destUrl="root@yjz-ios-review:/root/zyz/"
port=22
env='yjzios'
else
echo "需要一个参数指明服务器"
exit 1;