Skip to content

Instantly share code, notes, and snippets.

@alevz257
Created June 15, 2023 06:15
Show Gist options
  • Save alevz257/e91a1cffd0bce0984c802622f7006f40 to your computer and use it in GitHub Desktop.
Save alevz257/e91a1cffd0bce0984c802622f7006f40 to your computer and use it in GitHub Desktop.
steps:
- name: gcr.io/google.com/cloudsdktool/cloud-sdk:slim
args:
[
"deploy", "releases", "create", "test-$SHORT_SHA",
"--delivery-pipeline", "crun-test-pipeline",
"--region", "asia-southeast2"
]
entrypoint: gcloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment