Skip to content

Commit

Permalink
Merge pull request #26 from Xcov19/feature/frontend/dotenv-keys
Browse files Browse the repository at this point in the history
Feature/frontend/dotenv keys
  • Loading branch information
codecakes committed Sep 5, 2020
2 parents a629fe0 + 42bf08c commit 904c592
Show file tree
Hide file tree
Showing 5 changed files with 715 additions and 43 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
env:
GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}
with:
node-version: ${{ matrix.node-version }}
- run: echo $"REACT_APP_GOOGLE_MAPS_API_KEY=$GOOGLE_MAPS_API_KEY" > .env
- run: CI=false NODE_ENV=production npm ci
- run: CI=false npm run build --if-present
Loading

0 comments on commit 904c592

Please sign in to comment.