Skip to content

Commit cdd8cbd

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

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,11 +746,10 @@
746746

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

749+
<p><img alt="Blue/Green" src="../assets/bluegreen.png" /></p>
749750
<p>Blue/Green deployment runs two stacks side-by-side: one live, one idle. You
750751
deploy to the idle stack, test it, and when ready, swap roles — giving
751752
near-zero downtime and easy rollback.</p>
752-
<p><img alt="Blue/Green" src="../assets/bluegreen.png" /></p>
753-
<h2 id="1-create-a-docker-network">1. Create a Docker Network</h2>
754753
<p>Blue/Green adds some complexity because where before there was just "the
755754
stack", now you have:</p>
756755
<ol>
@@ -759,6 +758,7 @@ <h2 id="1-create-a-docker-network">1. Create a Docker Network</h2>
759758
<li>A front proxy to direct traffic</li>
760759
<li>An external Postgres.</li>
761760
</ol>
761+
<h2 id="1-create-a-docker-network">1. Create a Docker Network</h2>
762762
<p>Create a network to link them:</p>
763763
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>network<span class="w"> </span>create<span class="w"> </span>app
764764
</code></pre></div>

0 commit comments

Comments
 (0)