Skip to content

Commit

Permalink
env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jnakaso committed Feb 15, 2025
1 parent b21cffd commit 8784347
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ VITE_AIRTABLE_TABLE_GENERAL_REFERENCE=tbl2ccW48vHQW4wUa
VITE_AIRTABLE_TABLE_HOSPITAL_REFERENCE=tblHf3eQYVW8cMYug
VITE_AIRTABLE_TABLE_HOSPITAL_REQUEST_REFERENCE=tbl4DJ6JLAHzw6fil
VITE_AIRTABLE_TABLE_HOSPITAL_FUNDED_REFERENCE=tblH62AHTZqx2MpYV

VITE_MAP_STYLE=https://api.maptiler.com/maps/basic-v2/style.json
VITE_MAPTILER_API_KEY=Y1tEoaEzp2iaQLe7IHVd

VITE_APP_URLS=["https://games-for-love.web.app"]

VITE_FUNDRAISEUP_OVERALL_WIDGET_URL=https://cdn.fundraiseup.com/widget/AWALQQAB
VITE_FUNDRAISEUP_HOSPITAL_WIDGET_URL=https://cdn.fundraiseup.com/widget/AWALQQAB

VITE_FUNDRAISEUP_CAMPAIGN_CODE="#XWQCRFLJ"
VITE_FUNDRAISEUP_SELECTED_HOSPITAL_CAMPAIGN_CODE="#XLGBZUGV"

2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- run: |
touch .env
echo >> .env
echo VITE_MAPTILER_API_KEY=${{ secrets.MAPTILER_API_KEY }} >> .env
echo VITE_AIRTABLE_ANON_KEY=${{ secrets.AIRTABLE_ANON_KEY }} >> .env
echo >> .env
npm install && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
- run: |
touch .env
echo >> .env
echo VITE_MAPTILER_API_KEY=${{ secrets.MAPTILER_API_KEY }} >> .env
echo VITE_AIRTABLE_ANON_KEY=${{ secrets.AIRTABLE_ANON_KEY }} >> .env
cat .env
echo >> .env
npm install && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 8784347

Please sign in to comment.