Skip to content

Commit

Permalink
Update cloudbuild.yaml (#233)
Browse files Browse the repository at this point in the history
* Update cloudbuild.yaml

* Update cloudbuild.yaml

* Update cloudbuild.yaml
  • Loading branch information
navierula authored Oct 11, 2023
1 parent d7adbca commit a07690d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions quickstart-deploy/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@
# [START cloudbuild_quickstart_deploy]
steps:
- name: 'gcr.io/cloud-builders/gcloud'
args:
- 'run'
- 'deploy'
- 'cloudrunservice'
- '--image'
- 'us-docker.pkg.dev/cloudrun/container/hello'
- '--region'
- 'us-central1'
- '--platform'
- 'managed'
- '--allow-unauthenticated'
script: |
gcloud run deploy cloudrunservice --image us-docker.pkg.dev/cloudrun/container/hello --region us-central1 --platform managed --allow-unauthenticated
# [END cloudbuild_quickstart_deploy]

0 comments on commit a07690d

Please sign in to comment.