Skip to content

Commit

Permalink
build: make env variable acessible to ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyaIzm committed Dec 18, 2024
1 parent a0e518b commit 593b0d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

- name: Build project
run: npm run build
env:
VITE_BACKEND_HOST: ${{ secrets.VITE_BACKEND_HOST }}

- name: Upload production-ready build files
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 593b0d5

Please sign in to comment.