Skip to content

Commit

Permalink
Update build-production-deploy-s3.yml
Browse files Browse the repository at this point in the history
Removed env changes
  • Loading branch information
sahalali authored Oct 25, 2024
1 parent 971d7e4 commit cad677d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-production-deploy-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ 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 cad677d

Please sign in to comment.