Skip to content

Commit

Permalink
feat: add env to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
maalni committed Apr 10, 2024
1 parent 1318802 commit 3239d5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
branches:
- main

env:
VITE_BACKEND_URL: ${{ vars.BACKEND_URL }}

jobs:
deploy:
permissions:
Expand Down

0 comments on commit 3239d5b

Please sign in to comment.