Skip to content

Commit 59f3878

Browse files
committed
GitHub Actions 워크플로우 업데이트: 프로덕션 빌드 단계에 TMDB API 관련 환경 변수를 추가하여 API 통합을 개선했습니다.
1 parent 091b97d commit 59f3878

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-optimized.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
run: pnpm type-check
6060

6161
- name: Build for production
62+
env:
63+
VITE_TMDB_API_KEY: ${{ secrets.VITE_TMDB_API_KEY }}
64+
VITE_TMDB_BASE_URL: https://api.themoviedb.org/3
65+
VITE_TMDB_IMAGE_URL: https://image.tmdb.org/t/p/w500
6266
run: |
6367
# ES Modules 이슈 해결을 위한 임시 조치
6468
cd apps/watcha_clone_coding

0 commit comments

Comments
 (0)