🐎 ci(服务器): 添加永测服

This commit is contained in:
luying
2023-08-03 10:37:41 +08:00
parent e2648b21ea
commit aa02cd48ad
10 changed files with 380 additions and 3 deletions

View File

@@ -242,6 +242,10 @@ elif [ ${1} == 'ch9' ] ; then
# destUrl="root@yjz-bk-15:/root/zyz/"
# port=22
# env='ch1'
elif [ ${1} == 'zytest' ] ; then
destUrl="root@yjz-bk-1:/root/zyz/"
port=22
env='zytest'
else
echo "需要一个参数指明服务器"
exit 1;