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

Standard

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

Standard represents the standard deployment strategy.

interface Standard {
postdeploy?: Postdeploy;
predeploy?: Predeploy;
verify?: boolean;
}

§Properties

§
postdeploy?: Postdeploy
[src]

Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.

§
predeploy?: Predeploy
[src]

Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.

§
verify?: boolean
[src]

Whether to verify a deployment.