Skip to content

Commit 2399e0f

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent de91023 commit 2399e0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

superstack/deploy/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,8 @@ <h2 id="1-build-your-images">🧱 1. Build Your Images</h2>
579579
docker<span class="w"> </span>compose<span class="w"> </span>push
580580
</code></pre></div>
581581
<h2 id="2-copy-to-server">📦 2. Copy to Server</h2>
582-
<p>Copy your <code>compose.yaml</code> to the remote host:</p>
583-
<div class="highlight"><pre><span></span><code>scp<span class="w"> </span>compose.yaml<span class="w"> </span>youruser@yourserver:
582+
<p>Create an <code>app</code> directory on the server and copy your <code>compose.yaml</code> there:</p>
583+
<div class="highlight"><pre><span></span><code>scp<span class="w"> </span>compose.yaml<span class="w"> </span>youruser@yourserver:app/
584584
</code></pre></div>
585585
<h2 id="3-set-secrets">3. Set Secrets</h2>
586586
<p>Your app will need credentials such as database passwords or API keys. Choose

0 commit comments

Comments
 (0)