create_deployment
Create a deployment for a GitHub repository with a specific ref (branch, tag, or SHA), allowing configuration of environment, task, and merge options.
Instructions
Create a deployment for a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | The ref to deploy. This can be a branch, tag, or SHA. | |
| repo | Yes | ||
| task | No | ||
| owner | Yes | ||
| payload | No | ||
| auto_merge | No | ||
| description | No | ||
| environment | No | ||
| required_contexts | No | ||
| transient_environment | No | ||
| production_environment | No |