diff --git a/docs/docs-beta/CONTRIBUTING.md b/docs/docs-beta/CONTRIBUTING.md index f2b8d9d78c55b..c0b8e52ba5712 100644 --- a/docs/docs-beta/CONTRIBUTING.md +++ b/docs/docs-beta/CONTRIBUTING.md @@ -80,20 +80,27 @@ Before: ``` - - A list of keys or key-value pairs to include in the task. If a value is not - specified, the value will be pulled from the agent task. -
- In the example above, FOO_ENV_VAR will be set to{" "} - foo_value and BAR_ENV_VAR will be set to whatever - value it has in the agent task. + + The name of the Dagster+ deployment. For example, prod. + + + If 1, the deployment is a{" "} + + branch deployment + + . Refer to the + Branch Deployment variables section + for a list of variables available in branch deployments.
``` After: -_There is not a replacement at this point in time..._ +| Key | Value | +|---|---| +| `DAGSTER_CLOUD_DEPLOYMENT_NAME` | The name of the Dagster+ deployment.

**Example:** `prod`. | +| `DAGSTER_CLOUD_IS_BRANCH_DEPLOYMENT` | `1` if the deployment is a [branch deployment](/dagster-plus/features/ci-cd/branch-deployments/index.md). | ### Whitespace via `{" "}`