Skip to content

Commit

Permalink
feat: add VITE_API_URL environment variable for staging API requests
Browse files Browse the repository at this point in the history
  • Loading branch information
amalv committed Jan 7, 2024
1 parent 49aa56b commit 04063f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: npm install
- name: Build
run: npm run build
env:
VITE_API_URL: ${{ secrets.VITE_API_URL }}
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
Expand Down

1 comment on commit 04063f6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.