开服:新增版号服

This commit is contained in:
luying
2021-03-03 13:31:58 +08:00
parent 9dfee7f49c
commit c9dbb16adc
15 changed files with 499 additions and 18 deletions

View File

@@ -13,6 +13,8 @@ elif [ ${1} == 'alpha' ] ; then
destUrl="root@zyzalpha:/root/zyz/"
elif [ ${1} == 'dev' ] ; then
destUrl="root@zyzdev:/root/zyz/"
elif [ ${1} == 'isbn' ] ; then
destUrl="root@zyzisbn:/root/zyz/"
else
echo "需要一个参数指明服务器"
exit 1;