From cb5d88067c4bc05432eee7595c160550890f963c Mon Sep 17 00:00:00 2001 From: Conut-1 <1mim1@naver.com> Date: Wed, 28 Aug 2024 17:50:50 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20prisma=20migrate=20deploy=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nestjs-BE/server/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nestjs-BE/server/entrypoint.sh b/nestjs-BE/server/entrypoint.sh index ef4bea16..f158f6fb 100644 --- a/nestjs-BE/server/entrypoint.sh +++ b/nestjs-BE/server/entrypoint.sh @@ -1,3 +1,3 @@ #!/bin/sh -npx prisma migrate dev +npx prisma migrate deploy npm start From 316170e530ab795b1591adf7930e47a6a253e382 Mon Sep 17 00:00:00 2001 From: Conut-1 <1mim1@naver.com> Date: Wed, 28 Aug 2024 17:52:25 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=EB=B0=B0=ED=8F=AC=20=EC=9E=90?= =?UTF-8?q?=EB=8F=99=ED=99=94=20=EB=B8=8C=EB=9E=9C=EC=B9=98=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BE-develop에서 release로 변경 --- .github/workflows/BE-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BE-deploy.yml b/.github/workflows/BE-deploy.yml index 5891b8af..292b9a27 100644 --- a/.github/workflows/BE-deploy.yml +++ b/.github/workflows/BE-deploy.yml @@ -2,7 +2,7 @@ name: BE-deploy on: push: branches: - - "BE-develop" + - "release" paths: - "nestjs-BE/**" jobs: