Skip to content

Commit

Permalink
ci(frontend): update API_URL --> VITE_API_URL for frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 9, 2023
1 parent 7a9d602 commit cbaa6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
"ghcr.io/hotosm/fmtm/frontend:latest"
build_args: |
APP_VERSION=${{ needs.extract-vars.outputs.frontend_main_version }}
API_URL=${{ needs.extract-vars.outputs.api_url }}
VITE_API_URL=${{ needs.extract-vars.outputs.api_url }}
smoke-test-backend:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cbaa6db

Please sign in to comment.