Skip to content

Commit 3e02bc3

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 99fefef commit 3e02bc3

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

superstack/bluegreen/index.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -577,14 +577,7 @@
577577

578578

579579
<h1 id="bluegreen-deployments">Blue/Green Deployments</h1>
580-
<p>Blue/Green is a deployment method where two complete stacks are running
581-
side-by-side. One is serving production traffic, while the other is idle. You
582-
deploy to the idle stack, test it, and when you’re ready you swap roles — the
583-
idle stack becomes production, and the old production becomes idle. This
584-
provides near-zero downtime and an easy rollback path.</p>
585-
<p>We’ll bring up two stacks, <code>blue</code> and <code>green</code>, with no ports exposed. A
586-
separate lightweight front proxy binds to <code>:80</code> and <code>:443</code> and routes traffic
587-
to whichever stack is active.</p>
580+
<p>Blue/Green deployment runs two stacks side-by-side: one live, one idle. You deploy to the idle stack, test it, and when ready, swap roles — giving near-zero downtime and easy rollback.</p>
588581
<h2 id="1-caddyfile">1. Caddyfile</h2>
589582
<p>Remove the exposed ports from Caddy by removing the <code>ports:</code> section in
590583
<code>compose.yaml</code>.</p>

0 commit comments

Comments
 (0)