CreateProjectCreateDeployments

August 10, 2026 ยท View on GitHub

Whether the Vercel bot should automatically create GitHub deployments https://docs.github.com/en/rest/deployments/deployments#about-deployments NOTE: repository-dispatch events should be used instead

Example Usage

import { CreateProjectCreateDeployments } from "@vercel/sdk/models/blockhistoryroute.js";

let value: CreateProjectCreateDeployments = "enabled";

Values

"disabled" | "enabled"

Contents

  1. 1Example Usage
  2. 2Values