✨ feat(script): 上传脚本,部署脚本,短链接监控配置

This commit is contained in:
liangtongchuan
2023-04-27 22:34:44 +08:00
parent c087bbfb29
commit 706821f5c5
5 changed files with 192 additions and 3 deletions
+37
View File
@@ -125,6 +125,43 @@ elif [ ${1} == 'zyweb4' ] ; then
destUrl="root@yjz-zy-web4:/root/zyz/"
port=22
env='zy1'
# ch1 - ch6, chweb1 - chweb3
elif [ ${1} == 'ch1' ] ; then
destUrl="root@yjz-ch-game1:/root/zyz/"
port=22
env='ch1'
elif [ ${1} == 'ch2' ] ; then
destUrl="root@yjz-ch-game2:/root/zyz/"
port=22
env='ch1'
elif [ ${1} == 'ch3' ] ; then
destUrl="root@yjz-ch-game3:/root/zyz/"
port=22
env='ch1'
elif [ ${1} == 'ch4' ] ; then
destUrl="root@yjz-ch-game4:/root/zyz/"
port=22
env='ch1'
elif [ ${1} == 'ch5' ] ; then
destUrl="root@yjz-ch-game5:/root/zyz/"
port=22
env='ch1'
elif [ ${1} == 'ch6' ] ; then
destUrl="root@yjz-ch-game6:/root/zyz/"
port=22
env='ch1'
elif [ ${1} == 'chweb1' ] ; then
destUrl="root@yjz-ch-web1:/root/zyz/"
port=22
env='ch1'
elif [ ${1} == 'chweb2' ] ; then
destUrl="root@yjz-ch-web2:/root/zyz/"
port=22
env='ch1'
elif [ ${1} == 'chweb3' ] ; then
destUrl="root@yjz-ch-web3:/root/zyz/"
port=22
env='ch1'
elif [ ${1} == 'zymid1' ] ; then
destUrl="root@yjz-zy-mid1:/root/zyz/"
port=22