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

CustomTargetTasks

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

CustomTargetTasks represents the CustomTargetType configuration using tasks.

interface CustomTargetTasks {
deploy?: Task;
render?: Task;
}

§Properties

§
deploy?: Task
[src]

Required. The task responsible for deploy operations.

§
render?: Task
[src]

Optional. The task responsible for render operations. If not provided then Cloud Deploy will perform its default rendering operation.