🐳 chore(config): 新增服务器

This commit is contained in:
luying
2023-04-21 15:10:43 +08:00
parent 33719f452b
commit 1fc7c80641

View File

@@ -101,6 +101,18 @@ elif [ ${1} == 'zyweb3' ] ; then
destUrl="root@yjz-zy-web3:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zyweb4' ] ; then
destUrl="root@yjz-zy-web4:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zymid1' ] ; then
destUrl="root@yjz-zy-mid1:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zymid2' ] ; then
destUrl="root@yjz-zy-mid2:/root/zyz/"
port=22
env='zy1'
elif [ ${1} == 'zygm1' ] ; then
destUrl="root@yjz-gm-1:/root/zyz/"
port=22