diff --git a/docs/docs-beta/docs/dagster-plus/features/ci-cd/ci-cd-file-reference.md b/docs/docs-beta/docs/dagster-plus/features/ci-cd/ci-cd-file-reference.md index 21c585c75361c..a183855854c96 100644 --- a/docs/docs-beta/docs/dagster-plus/features/ci-cd/ci-cd-file-reference.md +++ b/docs/docs-beta/docs/dagster-plus/features/ci-cd/ci-cd-file-reference.md @@ -1,6 +1,176 @@ --- title: CI/CD file reference -unlisted: true --- -{/* TODO copy from https://docs.dagster.io/dagster-plus/references/ci-cd-file-reference */} \ No newline at end of file +:::note +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 + + + + + + + + + + + + + + + + + + + + +
+ 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. +
+ +## deploy.yml + + + + + + + + + + + + + + + + + + + + +
+ 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: +
    +
  • + + If using a{" "} + Hybrid deployment + + , this file must be manually added to the repository. +
  • +
  • + If using dbt, some steps may need to be added to + successfully deploy your project. Refer to the{" "} + + Using dbt with Dagster+ guide + {" "} + for more information. +
  • +
+
+ +## Related + +{/* + + + + + + + + +*/}