Skip to content

Commit 021b7a7

Browse files
authored
Merge pull request #5 from geshan/cloud-build-02
Adds cloud logging only option to cloud build
2 parents 2a50f10 + c1d2af0 commit 021b7a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudbuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ steps:
1515

1616
- name: 'gcr.io/cloud-builders/gcloud'
1717
args: ['run', 'deploy', 'nodejs-postgres', '--image', 'gcr.io/$PROJECT_ID/nodejs-postgres', '--region', 'us-central1', '--platform', 'managed', '--allow-unauthenticated']
18+
options:
19+
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)