Set service build/deploy config
service_setUpdate a Lizard service's build and deploy configuration: set source repo, branch, build command, start command, and more.
Instructions
Use this when the user wants to change a Lizard service's build/deploy configuration — source repo, branch, build command, start command, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Skip the optimistic-concurrency revision check | |
| branch | No | ||
| project | Yes | ||
| repoUrl | No | ||
| service | Yes | ||
| sourceType | No | ||
| buildCommand | No | ||
| startCommand | No | ||
| containerPort | No | ||
| rootDirectory | No | ||
| watchPatterns | No | ||
| dockerfilePath | No | ||
| preDeployCommand | No |