Skip to content

Commit

Permalink
fix: updated production env for the same
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekPAnil committed Nov 6, 2024
1 parent 5102bdb commit 31722a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-production-deploy-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
# Append additional environment variables to .env.staging
- name: Add extra env variables
run: |
echo "" >> .env.production
echo "REACT_APP_GOOGLE_MAPS_API_KEY=${{ secrets.GOOGLE_MAPS_API_KEY }}" >> .env.production
echo "REACT_APP_GOOGLE_MAPS_ID=${{ secrets.GOOGLE_MAPS_ID }}" >> .env.production
Expand Down

0 comments on commit 31722a1

Please sign in to comment.