We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99cc9a4 + 89be287 commit 6f190beCopy full SHA for 6f190be
.github/workflows/deploy-screener-frontend.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - 'screener-frontend/**'
9
10
env:
11
PROJECT_ID: 'benefit-decision-toolkit-play'
@@ -56,6 +58,8 @@ jobs:
56
58
- name: Build application
57
59
working-directory: screener-frontend
60
run: npm run build
61
+ env:
62
+ VITE_API_URL: ${{ secrets.VITE_SCREENER_API_URL}}
63
64
- name: Install Firebase CLI
65
run: npm install -g firebase-tools
0 commit comments