UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

3 lines 220 B
import type { ComponentContext } from "../../../types/context"; import type { CatladderJob } from "../../../types/jobs"; export declare const createGoogleCloudRunDeployJobs: (context: ComponentContext) => CatladderJob[];