Skip to content

Commit

Permalink
Update build-production-deploy-s3.yml
Browse files Browse the repository at this point in the history
Added google-map-id and secret
  • Loading branch information
sahalali authored Oct 25, 2024
1 parent 470bc95 commit 971d7e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-production-deploy-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:

- name: setup node
run: npm install

- name: Make envfile
uses: SpicyPizza/[email protected]
with:
envkey_GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}
envkey_GOOGLE_MAPS_ID: ${{ secrets.GOOGLE_MAPS_ID }}
file_name: .env.production
fail_on_empty: false

- name: build
run: npm run build:production
Expand Down

0 comments on commit 971d7e4

Please sign in to comment.