Skip to content

Commit 53c7032

Browse files
authored
Merge pull request #10 from TEAM-ROMROM/20250915_#4_기능추가_인증_BFF_로그인_API_연동_및_JWT_기반_Authorization_처리
BFF 로그인 API 연동 및 JWT 기반 Authorization 처리 : cicd : 도커 컨테이너 가동 시 env파일 …
2 parents 479f9ac + eeccbeb commit 53c7032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/RomRom-ADMIN-CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
133133
echo "새로운 컨테이너 $CONTAINER_NAME 실행 중..."
134134
echo $PW | sudo -S docker run -d -p ${PORT}:3000 --name $CONTAINER_NAME \
135-
--env-file /path/to/.env.production \
135+
--env-file .env.production \
136136
${{ secrets.DOCKERHUB_USERNAME }}/${APP_BASE}:${BRANCH}
137137
138138
# <none> 태그로 남은 이미지 정리

0 commit comments

Comments
 (0)