Skip to content

Commit cfc7137

Browse files
clean up deploy-builder-api.yml
1 parent 0bf15b9 commit cfc7137

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

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

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ on:
3333
push:
3434
branches:
3535
- main
36-
# paths:
37-
# - 'builder-api/**'
36+
paths:
37+
- 'builder-api/**'
3838

3939
env:
4040
PROJECT_ID: 'benefit-decision-toolkit-play'
@@ -70,21 +70,8 @@ jobs:
7070

7171
- name: 'Set up Cloud SDK'
7272
uses: 'google-github-actions/setup-gcloud@v2'
73-
74-
- name: 'Verify Authentication'
75-
run: |
76-
gcloud auth list
77-
gcloud config list project
7873

7974
# BEGIN - Docker auth and build
80-
#
81-
# If you already have a container image, you can omit these steps.
82-
# - name: 'Docker Auth'
83-
# uses: 'docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567' # docker/login-action@v3
84-
# with:
85-
# username: 'oauth2accesstoken'
86-
# password: '${{ steps.auth.outputs.auth_token }}'
87-
# registry: '${{ env.REGION }}-docker.pkg.dev'
8875

8976
# Configure Docker to use gcloud as a credential helper
9077
- name: 'Configure Docker'

0 commit comments

Comments
 (0)