Skip to content

Commit c439057

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 9727a52 commit c439057

File tree

4 files changed

+33
-7
lines changed

4 files changed

+33
-7
lines changed

superstack/deploy/index.html

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,15 @@
393393
</span>
394394
</a>
395395

396+
</li>
397+
398+
<li class="md-nav__item">
399+
<a href="#upgrading" class="md-nav__link">
400+
<span class="md-ellipsis">
401+
Upgrading
402+
</span>
403+
</a>
404+
396405
</li>
397406

398407
<li class="md-nav__item">
@@ -494,6 +503,15 @@
494503
</span>
495504
</a>
496505

506+
</li>
507+
508+
<li class="md-nav__item">
509+
<a href="#upgrading" class="md-nav__link">
510+
<span class="md-ellipsis">
511+
Upgrading
512+
</span>
513+
</a>
514+
497515
</li>
498516

499517
<li class="md-nav__item">
@@ -558,11 +576,19 @@ <h2 id="3-set-secrets">3. Set Secrets</h2>
558576
</ol>
559577
<h2 id="3-launch-the-app">🚀 3. Launch the App</h2>
560578
<p>Start the application on the server:</p>
561-
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>compose<span class="w"> </span>pull
562-
docker<span class="w"> </span>compose<span class="w"> </span>up<span class="w"> </span>-d
579+
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>compose<span class="w"> </span>up<span class="w"> </span>-d
563580
</code></pre></div>
564581
<p>Your backend is now live. 🚀</p>
565582
<hr />
583+
<h2 id="upgrading">Upgrading</h2>
584+
<p>To upgrade your app, simply increment the image tag versions in compose.yaml.</p>
585+
<p>The rest is the same:</p>
586+
<ol>
587+
<li><code>docker compose build</code></li>
588+
<li><code>docker compose push</code></li>
589+
<li><code>scp compose.yaml yourserver:</code></li>
590+
<li><code>docker compose up -d</code></li>
591+
</ol>
566592
<h2 id="next-steps">🧭 Next Steps</h2>
567593
<p>If you want zero-downtime deployments, rollback support, or blue-green testing,
568594
continue to <a href="../advanced/">Advanced Deployments</a>.</p>

0 commit comments

Comments
 (0)