UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

3 lines 295 B
import type { ComponentContext } from "../../../../types/context"; import type { DeployConfigCloudRunExecuteOnDeploy } from "../../../types/googleCloudRun"; export declare const getOnDeployExecuteScript: (context: ComponentContext, when: DeployConfigCloudRunExecuteOnDeploy["when"]) => string[];