Skip to content

Commit

Permalink
chore: update frontend build workflow to include new environment vari…
Browse files Browse the repository at this point in the history
…ables
  • Loading branch information
kshitijrajsharma committed Jan 3, 2025
1 parent 919c493 commit 901e5f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/frontend_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "frontend/**"
- ".github/workflows/frontend_build_push.yml"
workflow_dispatch:

permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -36,10 +36,11 @@ jobs:
run: cd frontend/ && npm run build
env:
VITE_BASE_API_URL: ${{ vars.VITE_BASE_API_URL }}
VITE_PREDICTOR_BASE_API_URL: ${{ vars.VITE_PREDICTOR_BASE_API_URL }}
VITE_MATOMO_ID: ${{ vars.VITE_MATOMO_ID }}
VITE_MATOMO_APP_DOMAIN: ${{ vars.VITE_MATOMO_APP_DOMAIN }}

VITE_OSM_HASHTAGS: ${{ vars.VITE_OSM_HASHTAGS }}
VITE_FAIR_PREDICTOR_API_URL: ${{ vars.VITE_FAIR_PREDICTOR_API_URL }}

- name: Authenticate to AWS
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
1 change: 1 addition & 0 deletions ramp_base/ramp-code
Submodule ramp-code added at ae33b1

0 comments on commit 901e5f5

Please sign in to comment.