Skip to content

Commit

Permalink
Create cloudbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nityaravi authored Mar 5, 2020
1 parent 2a21db1 commit 968954e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions quickstart-deploy/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
steps:
- name: 'gcr.io/cloud-builders/gcloud'
args:
- 'run'
- 'deploy'
- 'cloudrunservice'
- '--image'
- 'gcr.io/gcbdocs/hello'
- '--region'
- 'us-central1'
- '--platform'
- 'managed'
- '--allow-unauthenticated'

0 comments on commit 968954e

Please sign in to comment.