mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-05-14 22:00:30 +09:00
19 lines
392 B
YAML
19 lines
392 B
YAML
apiVersion: deploy.cloud.google.com/v1
|
|
kind: DeliveryPipeline
|
|
metadata:
|
|
name: quartz-manager-pipeline
|
|
labels:
|
|
app: quartz-manager-standalone
|
|
description: quartz-manager-standalone delivery pipeline
|
|
serialPipeline:
|
|
stages:
|
|
- targetId: dev
|
|
profiles:
|
|
- dev
|
|
- targetId: staging
|
|
profiles:
|
|
- staging
|
|
- targetId: prod
|
|
profiles:
|
|
- prod
|