From 5eb94799939b82ce4cc5b97d515cd2f0394d0652 Mon Sep 17 00:00:00 2001 From: Chuseok22 Date: Tue, 16 Sep 2025 14:21:44 +0900 Subject: [PATCH] =?UTF-8?q?BFF=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20API=20?= =?UTF-8?q?=EC=97=B0=EB=8F=99=20=EB=B0=8F=20JWT=20=EA=B8=B0=EB=B0=98=20Aut?= =?UTF-8?q?horization=20=EC=B2=98=EB=A6=AC=20:=20cicd=20:=20=EB=8F=84?= =?UTF-8?q?=EC=BB=A4=20=EC=BB=A8=ED=85=8C=EC=9D=B4=EB=84=88=20=EA=B0=80?= =?UTF-8?q?=EB=8F=99=20=EC=8B=9C=20env=ED=8C=8C=EC=9D=BC=20=EC=A3=BC?= =?UTF-8?q?=EC=9E=85=20https://github.com/TEAM-ROMROM/RomRom-Admin/issues/?= =?UTF-8?q?4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/RomRom-ADMIN-CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/RomRom-ADMIN-CICD.yml b/.github/workflows/RomRom-ADMIN-CICD.yml index 9bb8ae4..eebfe76 100644 --- a/.github/workflows/RomRom-ADMIN-CICD.yml +++ b/.github/workflows/RomRom-ADMIN-CICD.yml @@ -132,6 +132,7 @@ jobs: echo "새로운 컨테이너 $CONTAINER_NAME 실행 중..." echo $PW | sudo -S docker run -d -p ${PORT}:3000 --name $CONTAINER_NAME \ + --env-file /path/to/.env.production \ ${{ secrets.DOCKERHUB_USERNAME }}/${APP_BASE}:${BRANCH} # 태그로 남은 이미지 정리