1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DeploymentConfiguration

DeploymentConfiguration

    DeploymentConfiguration contains the configuration for a deployment, including environment variables and source settings.

    Properties

    • environmentVariables array[EnvironmentVariable] required
      The list of environment variables for the deployment.
    • name string required
      The name of the environment variable.
    • value string optional
      The value of the environment variable. Empty or omitted if the variable is secret.
    • secret boolean required
      Whether the environment variable contains a secret value.
    • source DeploymentSource optional
      The source configuration for the deployment.
    • git DeploymentSourceGit optional
      The Git source configuration for the deployment.
    • template DeploymentSourceTemplate optional
      The template source configuration for the deployment.