Skip to content

Commit

Permalink
chore: 배포시 env 내용 추가 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbearcookie authored Nov 19, 2023
1 parent 9c0a51a commit 3be952b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- name: Setup .env
run: |
echo "VITE_BACKEND_API_ENDPOINT=${{ secrets.VITE_BACKEND_API_ENDPOINT }}" >> .env
echo "VITE_DEPLOY_ENDPOINT=${{ secrets.VITE_DEPLOY_ENDPOINT }}" >> .env
echo "VITE_KAKAO_LOGIN_CLIENT_ID=${{ secrets.VITE_KAKAO_LOGIN_CLIENT_ID }}" >> .env
- run: cat .env

- run: npm i
- run: npm run build --if-present
Expand Down

0 comments on commit 3be952b

Please sign in to comment.