Skip to content

Commit a7a64aa

Browse files
committed
Add cloudbuild.yaml for Google Cloud Build configuration
1 parent 2a278da commit a7a64aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cloudbuild.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
steps:
2+
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
3+
entrypoint: 'bash'
4+
args: ['-c', 'gcloud config set app/cloud_build_timeout 1600 && gcloud app deploy']
5+
timeout: '1600s'

0 commit comments

Comments
 (0)