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

Predeploy

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

Predeploy contains the predeploy job configuration information.

interface Predeploy {
actions?: string[];
}

§Properties

§
actions?: string[]
[src]

Optional. A sequence of Skaffold custom actions to invoke during execution of the predeploy job.