Skip to content

Commit 6f190be

Browse files
2 parents 99cc9a4 + 89be287 commit 6f190be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-screener-frontend.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'screener-frontend/**'
79

810
env:
911
PROJECT_ID: 'benefit-decision-toolkit-play'
@@ -56,6 +58,8 @@ jobs:
5658
- name: Build application
5759
working-directory: screener-frontend
5860
run: npm run build
61+
env:
62+
VITE_API_URL: ${{ secrets.VITE_SCREENER_API_URL}}
5963

6064
- name: Install Firebase CLI
6165
run: npm install -g firebase-tools

0 commit comments

Comments
 (0)