From c51116346762efb49dc79b577cc4f5dfda3c7de3 Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 8 May 2023 09:17:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(config):=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=BC=95=E7=94=A8=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/config/servers.ts | 2 +- pushdist.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;