Skip to content

Commit

Permalink
Docs: deploy파일 수정 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi authored Aug 16, 2024
1 parent 350e753 commit 5bf6f95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
run: |
npm install -g pnpm
- name: Create .env file
run: |
echo "VITE_APP_GA_TRACKING_ID=${{ secrets.VITE_APP_GA_TRACKING_ID }}" >> .env
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
- name: Install Dependencies
run: pnpm install --no-frozen-lockfile --force

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dist-ssr

.env
.env.local
.env.production
.env.development.local
.env.test.local
.env.production.local

0 comments on commit 5bf6f95

Please sign in to comment.