Skip to content

Commit

Permalink
Add env var for frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Apr 17, 2024
1 parent f105029 commit 95e46b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/frontend_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:

- name: Build frontend
run: cd frontend/ && npm run build
env:
REACT_APP_API_BASE: ${{ vars.REACT_APP_API_BASE }}
REACT_APP_PREDICTOR_API_BASE: ${{ vars.REACT_APP_PREDICTOR_API_BASE }}
REACT_APP_ENV: Dev

- name: Authenticate to AWS
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 95e46b6

Please sign in to comment.