Skip to content

Commit

Permalink
put branch deployments in ci/cd section
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Dec 11, 2024
1 parent f732821 commit 4b116fa
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Branch deployments
sidebar_position: 20
---

import DocCardList from '@theme/DocCardList';

<DocCardList />
Original file line number Diff line number Diff line change
Expand Up @@ -444,5 +444,5 @@ dagster-cloud deployment add-location \

## Next steps

- Learn more about [Branch Deployments](/dagster-plus/features/branch-deployments/index.mdx)
- Learn how to [Track changes on a Branch Deployment](/dagster-plus/features/branch-deployments/change-tracking)
- Learn more about [Branch Deployments](/dagster-plus/features/ci-cd/branch-deployments/index.mdx)
- Learn how to [Track changes on a Branch Deployment](/dagster-plus/features/ci-cd/branch-deployments/change-tracking)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: CI/CD file reference
---

{/* TODO copy from https://docs.dagster.io/dagster-plus/references/ci-cd-file-reference */}
8 changes: 8 additions & 0 deletions docs/docs-beta/docs/dagster-plus/features/ci-cd/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "CI/CD"
sidebar_position: 20
---

import DocCardList from '@theme/DocCardList';

<DocCardList />

0 comments on commit 4b116fa

Please sign in to comment.