diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 53ae337..ebdbe26 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: