From ee20e5508e74c8787daa84259234f60c144aee6c Mon Sep 17 00:00:00 2001 From: mountain Date: Wed, 14 Jun 2023 18:23:15 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=93=88/=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- go.sum | 2 ++ make_maingate_package.ps1 | 5 +---- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 6db6531..8821cbf 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/golang-jwt/jwt v3.2.2+incompatible go.mongodb.org/mongo-driver v1.11.6 google.golang.org/api v0.123.0 - repositories.action2quare.com/ayo/gocommon v0.0.0-20230612013915-5950ff4bb82e + repositories.action2quare.com/ayo/gocommon v0.0.0-20230614091557-9b877d9a732c ) require ( diff --git a/go.sum b/go.sum index 77261c3..fc6eb78 100644 --- a/go.sum +++ b/go.sum @@ -260,3 +260,5 @@ honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWh honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= repositories.action2quare.com/ayo/gocommon v0.0.0-20230612013915-5950ff4bb82e h1:m0jo1r+2NtBfxwj92e6EVaBZpzTDT6Hq7D93vWO4h9Y= repositories.action2quare.com/ayo/gocommon v0.0.0-20230612013915-5950ff4bb82e/go.mod h1:ng62uGMGXyQSeuxePG5gJAMtip4Rnspu5Tu7hgvaXns= +repositories.action2quare.com/ayo/gocommon v0.0.0-20230614091557-9b877d9a732c h1:fhCuu0jFps8T1sN8hO0fGnatvNDW6VwM96PV26EA3T4= +repositories.action2quare.com/ayo/gocommon v0.0.0-20230614091557-9b877d9a732c/go.mod h1:ng62uGMGXyQSeuxePG5gJAMtip4Rnspu5Tu7hgvaXns= diff --git a/make_maingate_package.ps1 b/make_maingate_package.ps1 index 1a89ec0..327a9b1 100644 --- a/make_maingate_package.ps1 +++ b/make_maingate_package.ps1 @@ -5,11 +5,8 @@ del maingate.zip cd .. cd maingate-console -mv .env .env.old -cp .env.production .env +Copy-Item .env.example.prod .env npm run build -del .env -mv .env.old .env Remove-Item console -Force -Recurse -ErrorAction SilentlyContinue Copy-Item build console -Recurse