From ce6c6262a74e2aef47c1d2d01167e0b969511788 Mon Sep 17 00:00:00 2001 From: Gareth Brickman <50636644+garethbrickman@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:43:54 -0400 Subject: [PATCH 1/2] [docs] clarify steps exempt for Serverless deployment in CLI branch deployment docs --- .../using-branch-deployments.mdx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/content/dagster-plus/managing-deployments/branch-deployments/using-branch-deployments.mdx b/docs/content/dagster-plus/managing-deployments/branch-deployments/using-branch-deployments.mdx index 6f3f8c513f6c6..7634bfc18dc2f 100644 --- a/docs/content/dagster-plus/managing-deployments/branch-deployments/using-branch-deployments.mdx +++ b/docs/content/dagster-plus/managing-deployments/branch-deployments/using-branch-deployments.mdx @@ -25,19 +25,35 @@ Utilizing Branch Deployments requires setting up two components: the Branch Depl - **Organization Admin** permissions in Dagster+ - To install the [`dagster-cloud` CLI](/dagster-plus/managing-deployments/dagster-plus-cli) -- The ability to run a new agent in your infrastructure - The ability to configure your CI platform +- **Hybrid deployments only:** The ability to run a new agent in your infrastructure --- ## Step 1: Generate a Dagster+ agent token + + If you're using Serverless deployment, this step isn't required.{" "} + + Skip to Step 3 + + . + + --- ## Step 2: Create and configure an agent + + If you're using Serverless deployment, this step isn't required.{" "} + + Skip to Step 3 + + . + + --- From 2a03113680bc2e017def40fb19749113d3875e72 Mon Sep 17 00:00:00 2001 From: Gareth Brickman <50636644+garethbrickman@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:36:52 -0400 Subject: [PATCH 2/2] correction: Step 1 required for Serverless deployments --- .../branch-deployments/using-branch-deployments.mdx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/content/dagster-plus/managing-deployments/branch-deployments/using-branch-deployments.mdx b/docs/content/dagster-plus/managing-deployments/branch-deployments/using-branch-deployments.mdx index 7634bfc18dc2f..7fcf0b877eee8 100644 --- a/docs/content/dagster-plus/managing-deployments/branch-deployments/using-branch-deployments.mdx +++ b/docs/content/dagster-plus/managing-deployments/branch-deployments/using-branch-deployments.mdx @@ -26,20 +26,12 @@ Utilizing Branch Deployments requires setting up two components: the Branch Depl - **Organization Admin** permissions in Dagster+ - To install the [`dagster-cloud` CLI](/dagster-plus/managing-deployments/dagster-plus-cli) - The ability to configure your CI platform -- **Hybrid deployments only:** The ability to run a new agent in your infrastructure +- The ability to run a new agent in your infrastructure. This isn't required if you're using [Serverless deployment](/dagster-plus/deployment/serverless). --- ## Step 1: Generate a Dagster+ agent token - - If you're using Serverless deployment, this step isn't required.{" "} - - Skip to Step 3 - - . - - ---