From b140ce211971d582828f18957eb92be99784a13c Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 28 Jul 2026 16:57:56 +0200 Subject: [PATCH] doc: add codebase references to echo environments --- src/recipes/product-support/recipe.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/recipes/product-support/recipe.md b/src/recipes/product-support/recipe.md index 9cef644..bc43409 100644 --- a/src/recipes/product-support/recipe.md +++ b/src/recipes/product-support/recipe.md @@ -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