From 477db556576c525570e89fd8b4386566d436656e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=A7=84=EB=AA=85?= <86943988+jinddings@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:25:03 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore:=20=20env=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b4d875a1..d54c24b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -99,7 +99,7 @@ jobs: docker run -d \ --name juga-docker \ -p 3000:3000 \ - --env-file ./.env \ + --env-file ./BE/.env \ ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_TAG }} - name: Remove Github Action Ip to Security group