Skip to content

Commit

Permalink
fix: change secrets to vars in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyaIzm committed Dec 18, 2024
1 parent 593b0d5 commit d61836c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build project
run: npm run build
env:
VITE_BACKEND_HOST: ${{ secrets.VITE_BACKEND_HOST }}
VITE_BACKEND_HOST: ${{ vars.VITE_BACKEND_HOST }}

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

0 comments on commit d61836c

Please sign in to comment.