Skip to content

Instantly share code, notes, and snippets.

@omegaes
Created April 4, 2021 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omegaes/3cc4a7d7d2712ac1a178cc9a7a12b6b4 to your computer and use it in GitHub Desktop.
Save omegaes/3cc4a7d7d2712ac1a178cc9a7a12b6b4 to your computer and use it in GitHub Desktop.
Environment-Demo-cloudbuild.yaml
#Environment-Demo-cloudbuild.yaml
steps:
- name: 'gcr.io/cloud-builders/kubectl'
args: ['apply', '-k', './production/']
env:
- 'CLOUDSDK_COMPUTE_ZONE=asia-southeast1-a'
- 'CLOUDSDK_CONTAINER_CLUSTER=gke-cicd'
options:
machineType: 'N1_HIGHCPU_8'
timeout: 720s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment