Skip to content

Commit

Permalink
fix: add env variable to buildstep (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
maalni authored Nov 18, 2024
1 parent 0485ae1 commit 8de958b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
run: pnpm run lint
build:
needs: [check-typescript, check-prettier]
environment: ${{ vars.CLOUDFLARE_PROJECT_NAME }} ${{ (github.ref == 'refs/heads/main' && '(Production)') || '(Preview)' }}
env:
VITE_BACKEND_URL: ${{ vars.BACKEND_URL }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8de958b

Please sign in to comment.