eng.trigger_deployment
Deploy a repository to staging or production by specifying the version with a git tag, branch, or commit SHA.
Instructions
Deploy a repository to staging or production environment. Specify the version to deploy (tag, branch, or commit SHA).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| environment | Yes | Target environment | |
| version | No | Version to deploy (git tag, branch, or SHA) | latest |