Skip to content

Commit

Permalink
[docs] clarify steps exempt for Serverless deployment in CLI branch d…
Browse files Browse the repository at this point in the history
…eployment docs
  • Loading branch information
garethbrickman committed Aug 5, 2024
1 parent bb9aec7 commit ce6c626
Showing 1 changed file with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

<Note>
If you're using Serverless deployment, this step isn't required.{" "}
<a href="#step-3-create-a-branch-deployment-using-the-dagster-cloud-cli">
Skip to Step 3
</a>
.
</Note>

<GenerateAgentToken />

---

## Step 2: Create and configure an agent

<Note>
If you're using Serverless deployment, this step isn't required.{" "}
<a href="#step-3-create-a-branch-deployment-using-the-dagster-cloud-cli">
Skip to Step 3
</a>
.
</Note>

<BDCreateConfigureAgent />

---
Expand Down

0 comments on commit ce6c626

Please sign in to comment.