Skip to content

Commit 1e6eda5

Browse files
authored
Update cloudbuild.yml
1 parent 66e5e70 commit 1e6eda5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cloudbuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ steps:
1616
images:
1717
- 'gcr.io/grafana-monitoring-demo/cloud-build-repo/demo:$COMMIT_SHA'
1818

19+
# Deploy container image to Cloud Run
20+
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
21+
entrypoint: gcloud
22+
args: ['run', 'deploy', 'demo-service', '--image', 'gcr.io/grafana-monitoring-demo/cloud-build-repo/demo', '--region', 'asia-south1']
1923

2024

0 commit comments

Comments
 (0)