UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

7 lines 433 B
import type { Config } from "../types/config"; /** * while technically not required, we group different envs in its own stage * each job from `createJobs` that is defined as `envMode: "stagePerEnv"` will have `deploy dev`, etc. instead of just `deploy` * this is just so that it looks nicer in gitlab and makes running mutliple manual tasks more easy to use */ export declare function getPipelineStages(config: Config): string[];