We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477a731 commit d7d63d4Copy full SHA for d7d63d4
1 file changed
.github/workflows/deploy.yaml
@@ -31,6 +31,8 @@ jobs:
31
32
- name: Build Project
33
run: npm run build
34
+ env:
35
+ VITE_API_URL: ${{ vars.VITE_API_URL }}
36
37
- name: Upload Dist Artifact
38
uses: actions/upload-pages-artifact@v3
0 commit comments