Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/deps/octokit-types.ts>Deployment

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface Deployment
import { type Deployment } from "https://deno.land/x/actionify@0.3.0/src/deps/octokit-types.ts";

Properties

url: string
id: number

Unique identifier of the deployment

node_id: string
sha: string
ref: string

The ref to deploy. This can be a branch, tag, or sha.

task: string

Parameter to specify a task to execute

payload: { [k: string]: unknown; }
original_environment: string
environment: string

Name of the target deployment environment.

optional
transient_environment: boolean

Specifies if the given environment will no longer exist at some point in the future. Default: false.

optional
production_environment: boolean

Specifies if the given environment is one that end-users directly interact with. Default: false.

description: string | null
creator: User
created_at: string
updated_at: string
statuses_url: string
repository_url: string
optional
performed_via_github_app: App | null