Skip to content

Commit

Permalink
deployment(frontend): add environment secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-sarfraz committed Sep 20, 2024
1 parent 371294e commit fdf982e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:

- name: Build Vite Artifacts
working-directory: ./React_Project
env:
VITE_BASE_URL = ${{secrets.VITE_BASE_URL}}
VITE_ENVIRONMENT = ${{secrets.VITE_ENVIRONMENT}}
VITE_WEBSOCKET_URL = ${{secrets.VITE_WEBSOCKET_URL}}
SENTRY_AUTH_TOKEN = ${{secrets.SENTRY_AUTH_TOKEN}}
run: npm run build

- name: Upload Build Artifacts
Expand Down

0 comments on commit fdf982e

Please sign in to comment.