Skip to content

Instantly share code, notes, and snippets.

@alevz257
Created June 15, 2023 06:17
Show Gist options
  • Save alevz257/4e5c6bdc1c48d7e82df512f871324691 to your computer and use it in GitHub Desktop.
Save alevz257/4e5c6bdc1c48d7e82df512f871324691 to your computer and use it in GitHub Desktop.
apiVersion: deploy.cloud.google.com/v1
kind: DeliveryPipeline
metadata:
name: crun-test-pipeline
description: application deployment pipeline
serialPipeline:
stages:
- targetId: dev-env
profiles: [dev]
- targetId: prod-env
profiles: [prod]
---
apiVersion: deploy.cloud.google.com/v1
kind: Target
metadata:
name: dev-env
description: Cloud Run development service
run:
location: projects/<project-id>/locations/asia-southeast2
---
apiVersion: deploy.cloud.google.com/v1
kind: Target
metadata:
name: prod-env
description: Cloud Run PROD service
run:
location: projects/<project-id>/locations/asia-southeast2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment