Render · Schema

autoDeployTrigger

Controls autodeploy behavior. commit deploys when a commit is pushed to a branch. checksPass waits for the branch to be green.

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-autodeploytrigger-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/autoDeployTrigger",
  "title": "autoDeployTrigger",
  "type": "string",
  "enum": [
    "commit",
    "off",
    "checksPass"
  ],
  "description": "Controls autodeploy behavior. commit deploys when a commit is pushed to a branch. checksPass waits for the branch to be green."
}