Skip to content

Commit d6fc61d

Browse files
committed
ci: Add environment variables to build step
1 parent 585c6f6 commit d6fc61d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
run: npm test
3535

3636
- name: Build
37+
env:
38+
VITE_BACKEND_URL: ${{ secrets.VITE_BACKEND_URL }}
39+
VITE_TURNSTILE_SITE_KEY: ${{ secrets.VITE_TURNSTILE_SITE_KEY }}
3740
run: npm run build
3841

3942
- name: Setup Pages

0 commit comments

Comments
 (0)