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

Postdeploy

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

Postdeploy contains the postdeploy job configuration information.

interface Postdeploy {
actions?: string[];
}

§Properties

§
actions?: string[]
[src]

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