Ask AI

You are viewing an unreleased or outdated version of the documentation

Dagster+ CI/CD file reference#

This reference is applicable to Dagster+.

When you import a project into Dagster+ from GitHub or Gitlab, a few .yml files will be added to the repository. These files are essential as they manage the deployments in Dagster+.


branch_deployments.yml#

Namebranch_deployments.yml
StatusActive
RequiredRequired to use Branch Deployments
DescriptionDefines the steps required to use Branch Deployments.

Note: This file must be manually added to the repository if using a Hybrid deployment.

deploy.yml#

Namedeploy.yml
StatusActive
RequiredRequired for Dagster+
DescriptionDefines the steps required to deploy a project in Dagster+, including running checks, checking out the project directory, and deploying the project. Additionally, note the following: