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] [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
+
+ .
+
+
---