diff --git a/game-server/config/servers.ts b/game-server/config/servers.ts index 561438877..df5529e4f 100644 --- a/game-server/config/servers.ts +++ b/game-server/config/servers.ts @@ -1,6 +1,6 @@ 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 { yjzios } = require("ios_review"); +const { yjzios } = require("./ios_review"); module.exports = { 'development': { diff --git a/pushdist.sh b/pushdist.sh index 101a8b408..a47ea6ff7 100755 --- a/pushdist.sh +++ b/pushdist.sh @@ -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") buildAddr="yjz-zy-web1" port=22 - env='zy' + env='zy1' elif [ ${1} == 'ch' ] ; then sshAddr=("yjz-ch-game1" "yjz-ch-game2" "yjz-ch-game3" "yjz-ch-game4" "yjz-ch-game5" "yjz-ch-game6") buildAddr="yjz-ch-web1" port=22 - env='ch' + env='ch1' else echo "需要一个参数指明服务器" exit 1;