Skip to content

Commit

Permalink
fix: 환경변수 src/backend 기준 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
summersummerwhy committed Jan 21, 2025
1 parent 93f8b8e commit 5b358e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# 환경변수 build에 필요한 .env 생성
- name: Set up .env file
run: |
echo "VITE_API_URL=${{ secrets.VITE_API_URL }}" >> ./apps/frontend/.env
echo "VITE_API_URL=${{ secrets.VITE_API_URL }}" >> ../../frontend/.env
# 빌드 실행
- name: Run build
Expand Down

0 comments on commit 5b358e4

Please sign in to comment.