🐞 fix(config): 配置引用错误

This commit is contained in:
luying
2023-05-08 09:17:43 +08:00
parent d8bccbc5ac
commit c511163467
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
const { zy1, zy2, zy3, zy4, zy5, zy6, zy7, zy8, zy9, zy10 } = require("./yjz_zy"); const { zy1, zy2, zy3, zy4, zy5, zy6, zy7, zy8, zy9, zy10 } = require("./yjz_zy");
const { ch1, ch2, ch3, ch4, ch5, ch6 } = require("./yjz_ch"); const { ch1, ch2, ch3, ch4, ch5, ch6 } = require("./yjz_ch");
const { yjzios } = require("ios_review"); const { yjzios } = require("./ios_review");
module.exports = { module.exports = {
'development': { 'development': {

View File

@@ -18,12 +18,12 @@ elif [ ${1} == 'zy' ] ; then
sshAddr=( "yjz-zy-game1" "yjz-zy-game2" "yjz-zy-game3" "yjz-zy-game4" "yjz-zy-game5" "yjz-zy-game6" "yjz-zy-game7" "yjz-zy-game8" "yjz-zy-game9" "yjz-zy-game10") sshAddr=( "yjz-zy-game1" "yjz-zy-game2" "yjz-zy-game3" "yjz-zy-game4" "yjz-zy-game5" "yjz-zy-game6" "yjz-zy-game7" "yjz-zy-game8" "yjz-zy-game9" "yjz-zy-game10")
buildAddr="yjz-zy-web1" buildAddr="yjz-zy-web1"
port=22 port=22
env='zy' env='zy1'
elif [ ${1} == 'ch' ] ; then elif [ ${1} == 'ch' ] ; then
sshAddr=("yjz-ch-game1" "yjz-ch-game2" "yjz-ch-game3" "yjz-ch-game4" "yjz-ch-game5" "yjz-ch-game6") sshAddr=("yjz-ch-game1" "yjz-ch-game2" "yjz-ch-game3" "yjz-ch-game4" "yjz-ch-game5" "yjz-ch-game6")
buildAddr="yjz-ch-web1" buildAddr="yjz-ch-web1"
port=22 port=22
env='ch' env='ch1'
else else
echo "需要一个参数指明服务器" echo "需要一个参数指明服务器"
exit 1; exit 1;