feat(config): 添加海外审核服配置

This commit is contained in:
liangtongchuan
2023-03-11 23:46:34 +08:00
parent 8edb0095d4
commit 04f87965c3
9 changed files with 272 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ elif [ ${1} == 'dev' ] ; then
destUrl="root@zyzdev:/root/zyz/"
elif [ ${1} == 'isbn' ] ; then
destUrl="root@zyzisbn:/root/zyz/"
elif [ ${1} == 'isbnhk' ] ; then
destUrl="root@zyzisbnhk:/root/zyz/"
elif [ ${1} == 'monitor' ] ; then
destUrl="root@zyzmon:/root/zyz/"
elif [ ${1} == 'monitor2' ] ; then