Skip to content

Commit

Permalink
HOTFIX!: VITE_ENV파일 환경변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Aug 29, 2024
1 parent 20b2487 commit a8d913e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
echo "VITE_APP_BASE_URL=${{ secrets.VITE_APP_BASE_URL }}" >> .env
echo "VITE_APP_GOOGLE_AUTH_CLIENT_ID=${{ secrets.VITE_APP_GOOGLE_AUTH_CLIENT_ID }}" >> .env
echo "VITE_APP_GOOGLE_AUTH_REDIRECT_URI=${{ secrets.VITE_APP_GOOGLE_AUTH_REDIRECT_URI }}" >> .env
echo "VITE_ENV"=${{ secrets.VITE_ENV }} >> .env
- name: Install Dependencies
run: pnpm install --no-frozen-lockfile --force
Expand Down

0 comments on commit a8d913e

Please sign in to comment.