Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions src/recipes/product-support/recipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ and silence — a support request that nobody follows up on.

## Environments

Both environments are first-class; always say which one you're looking
at. echo-next is where features land first; production is real hosts.
Both environments are first-class; always say which one you're looking at.

| Environment | Dashboard | Cluster |
|---|---|---|
| production | dashboard.dembrane.com | dbr-echo-prod-postgres |
| echo-next | dashboard.echo-next.dembrane.com | dbr-echo-dev-postgres |
- **production**: Real hosts. Tied to the latest **GitHub release/tag** of `echo`. Triage production issues against the release code, not `main`.
- **echo-next**: Where features land first. Tied directly to the **`main` branch** of `echo`.

| Environment | Code Base Reference | Dashboard | Cluster |
|---|---|---|---|
| production | Latest GitHub Release Tag | dashboard.dembrane.com | dbr-echo-prod-postgres |
| echo-next | `main` branch | dashboard.echo-next.dembrane.com | dbr-echo-dev-postgres |

## What activates it

Expand Down
Loading