Skip to content

Commit

Permalink
Merge pull request #1430 from culturecreates/bugfix/issue-1424
Browse files Browse the repository at this point in the history
Bugfix/issue 1424
  • Loading branch information
AbhishekPAnil authored Nov 6, 2024
2 parents cfee0ae + 31722a1 commit 0a71839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions .github/workflows/build-staging-deploy-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
# Append additional environment variables to .env.staging
- name: Add extra env variables
run: |
echo "" >> .env.staging
echo "REACT_APP_GOOGLE_MAPS_API_KEY=${{ secrets.GOOGLE_MAPS_API_KEY }}" >> .env.staging
echo "REACT_APP_GOOGLE_MAPS_ID=${{ secrets.GOOGLE_MAPS_ID }}" >> .env.staging
- name: build
Expand Down

0 comments on commit 0a71839

Please sign in to comment.