Skip to content

Commit

Permalink
feat: add env to deployment (#133)
Browse files Browse the repository at this point in the history
maalni authored Apr 10, 2024
1 parent 1318802 commit e8fdb04
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
@@ -9,6 +9,9 @@ on:
branches:
- main

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

jobs:
deploy:
permissions:

0 comments on commit e8fdb04

Please sign in to comment.