Skip to content

Commit 9727a52

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

superstack/deploy/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,10 +541,11 @@ <h2 id="1-build-your-images">🧱 1. Build Your Images</h2>
541541
<div class="highlight"><pre><span></span><code><span class="nb">cd</span><span class="w"> </span>app
542542
docker<span class="w"> </span>compose<span class="w"> </span>build
543543
docker<span class="w"> </span>compose<span class="w"> </span>push
544+
<span class="nb">cd</span><span class="w"> </span>..
544545
</code></pre></div>
545546
<h2 id="2-copy-to-server">📦 2. Copy to Server</h2>
546547
<p>Copy your <code>compose.yaml</code> to the remote host:</p>
547-
<div class="highlight"><pre><span></span><code>scp<span class="w"> </span>compose.yaml<span class="w"> </span>youruser@yourserver:
548+
<div class="highlight"><pre><span></span><code>scp<span class="w"> </span>app/compose.yaml<span class="w"> </span>youruser@yourserver:
548549
</code></pre></div>
549550
<h2 id="3-set-secrets">3. Set Secrets</h2>
550551
<p>Your app will need credentials such as database passwords or API keys. Choose

0 commit comments

Comments
 (0)