@catladder/pipeline
Version:
Panter workflow for cloud CI/CD and DevOps
5 lines • 351 B
TypeScript
import type { DeployJobDefinition } from "../../types";
import { type ComponentContext } from "../../types/context";
import type { CatladderJob } from "../../types/jobs";
export declare const DEPLOY_JOB_NAME = "\uD83D\uDE80 Deploy";
export declare const createDeployJob: (context: ComponentContext, jobDefinition: DeployJobDefinition) => CatladderJob;