Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SerialPipeline

import type { SerialPipeline } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

interface SerialPipeline {
stages?: Stage[];
}

§Properties

§
stages?: Stage[]
[src]

Each stage specifies configuration for a Target. The ordering of this list defines the promotion flow.