Skip to content

Commit

Permalink
feat: Add VITE_BACKEND_ENDPOINT environment variable to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannleboss committed Feb 8, 2024
1 parent fe22c3f commit 7ca800d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- name: 💻 Build
run: npm install && npm run build
working-directory: ./frontend
env:
VITE_BACKEND_ENDPOINT: ${{ secrets.VITE_BACKEND_ENDPOINT }}

- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 7ca800d

Please sign in to comment.