Here is a simple cloudbuild.yaml file, used to deploy a Python application from GitHub to App Engine.
steps:
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy"]
timeout: "1600s"
Tips, tricks, and thoughts about Google, AdWords, Google Cloud Platform, and all its subsidiaries. Not affiliated with or sponsored by Google.
Here is a simple cloudbuild.yaml file, used to deploy a Python application from GitHub to App Engine.
steps:
- name: "gcr.io/cloud-builders/gcloud"
args: ["app", "deploy"]
timeout: "1600s"