Skip to content

Commit

Permalink
fix: 환경 변수명 수정 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgksqkr committed Apr 10, 2024
1 parent f69a948 commit c6f3e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/front-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
# 환경 변수 파일을 생성.
- name: Generate Environment Variables File for Production
run: |
echo "VITE_DEV_SERVER_URL=$VITE_DEV_SERVER_URL" >> .env
echo "VITE_PROD_SERVER_URL=$VITE_DEV_SERVER_URL" >> .env
env:
VITE_PROD_SERVER_URL: ${{ secrets.VITE_DEV_SERVER_URL }}
VITE_DEV_SERVER_URL: ${{ secrets.VITE_DEV_SERVER_URL }}

# react 빌드
- name: deploy
Expand Down

0 comments on commit c6f3e01

Please sign in to comment.