Skip to content

Commit 26fb8da

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent cdd8cbd commit 26fb8da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

superstack/bluegreen/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,12 +746,12 @@
746746

747747
<h1>Blue/Green Deployments</h1>
748748

749-
<p><img alt="Blue/Green" src="../assets/bluegreen.png" /></p>
750749
<p>Blue/Green deployment runs two stacks side-by-side: one live, one idle. You
751750
deploy to the idle stack, test it, and when ready, swap roles — giving
752751
near-zero downtime and easy rollback.</p>
752+
<p><img alt="Blue/Green" src="../assets/bluegreen.png" /></p>
753753
<p>Blue/Green adds some complexity because where before there was just "the
754-
stack", now you have:</p>
754+
stack", now there is:</p>
755755
<ol>
756756
<li>A <code>blue</code> stack</li>
757757
<li>A <code>green</code> stack</li>

0 commit comments

Comments
 (0)