Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sw326 authored Sep 11, 2024
1 parent 291f2e8 commit eba3233
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ jobs:
run: npm test -- --passWithNoTests
continue-on-error: false

- name: Build project
run: npm run build
env:
VITE_API_URL: ${{ secrets.VITE_API_URL }}
VITE_PARTNER_API_URL: ${{ secrets.VITE_PARTNER_API_URL }}
VITE_PUBLIC_API_URL: https://api.odcloud.kr/api/nts-businessman/v1/status
VITE_PUBLIC_API_KEY: ${{ secrets.VITE_PUBLIC_API_KEY }}
VITE_KAKAO_REST_API_KEY: ${{ secrets.VITE_KAKAO_REST_API_KEY }}
VITE_KAKAO_REDIRECT_URI: ${{ secrets.VITE_KAKAO_REDIRECT_URI }}
VITE_IMP_KEY: ${{ secrets.VITE_IMP_KEY }}
continue-on-error: false

- name: Build project
run: npm run build
env:
Expand Down

0 comments on commit eba3233

Please sign in to comment.