Skip to content

Commit 2ad844e

Browse files
fix: Added LIBRARY_API_BASE_URL env variable to builder-api deploy
1 parent 2c6e074 commit 2ad844e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy-builder-api.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ on:
77
push:
88
branches:
99
- main
10-
paths:
11-
- 'builder-api/**'
12-
- 'devbox.json'
13-
- 'devbox.lock'
10+
pull_request:
11+
branches: [ main ]
1412

1513
env:
1614
PROJECT_ID: 'benefit-decision-toolkit-play'
@@ -90,6 +88,7 @@ jobs:
9088
env_vars: |
9189
QUARKUS_GOOGLE_CLOUD_PROJECT_ID=${{ env.PROJECT_ID }}
9290
GCS_BUCKET_NAME=${{ env.PROJECT_ID }}.firebasestorage.app
91+
LIBRARY_API_BASE_URL=https://library-api-1034049717668.us-central1.run.app
9392
9493
# If required, use the Cloud Run URL output in later steps
9594
- name: 'Show output'

0 commit comments

Comments
 (0)