Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieforward9 committed Jul 4, 2024
1 parent 5edd3fd commit dc9cd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: Save environment variables
# Save the variables into the .env file
run: echo "VITE_MAP_KEY=${{ env.VITE_MAP_KEY }}" >> .env.prod
echo "VITE_MAP_KEY=${{ env.VITE_MAP_KEY }}" >> .env
run: echo "VITE_MAP_KEY=${{ secrets.VITE_MAP_KEY }}" >> .env.prod
echo "VITE_MAP_KEY=${{ vars.VITE_MAP_KEY }}" >> .env

- name: Test environment variables
# Test if the variables were being stored
Expand Down

0 comments on commit dc9cd66

Please sign in to comment.