Skip to content

Commit

Permalink
Merge pull request #325 from hotosm/hotfix/training-area
Browse files Browse the repository at this point in the history
CI/CD : Add training area variable to prod
  • Loading branch information
kshitijrajsharma authored Feb 12, 2025
2 parents 49fad99 + 3cd7c92 commit df81338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
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 }}
VITE_MIN_TRAINING_AREA_SIZE: ${{ vars.VITE_MIN_TRAINING_AREA_SIZE }}

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

0 comments on commit df81338

Please sign in to comment.