Skip to content

Commit 077eda7

Browse files
Update deploy-screener-frontend.yml
1 parent 83b2dce commit 077eda7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

108
env:
119
PROJECT_ID: 'benefit-decision-toolkit-play'
@@ -58,6 +56,8 @@ jobs:
5856
- name: Build application
5957
working-directory: screener-frontend
6058
run: npm run build
59+
env:
60+
VITE_API_URL: ${{ secrets.VITE_SCREENER_API_URL}}
6161

6262
- name: Install Firebase CLI
6363
run: npm install -g firebase-tools

0 commit comments

Comments
 (0)