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+.
| Name | branch_deployments.yml | 
| Status | Active | 
| Required | Required to use Branch Deployments | 
| Description | Defines the steps required to use Branch Deployments. Note: This file must be manually added to the repository if using a Hybrid deployment. | 
| Name | deploy.yml | 
| Status | Active | 
| Required | Required for Dagster+ | 
| Description | Defines 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: 
 |