Skip to content

Commit

Permalink
chore: 불필요한 환경 변수 제거 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgksqkr committed Apr 12, 2024
1 parent a87448e commit 676f4a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/front-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ 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_PROD_SERVER_URL" >> .env
env:
VITE_DEV_SERVER_URL: ${{ secrets.VITE_DEV_SERVER_URL }}
VITE_PROD_SERVER_URL: ${{ secrets.VITE_PROD_SERVER_URL }}

# react 빌드
Expand Down

0 comments on commit 676f4a4

Please sign in to comment.