Skip to content

Commit 946cc3e

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 5248938 commit 946cc3e

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

superstack/deploy/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -557,14 +557,11 @@ <h2 id="2-copy-to-server">📦 2. Copy to Server</h2>
557557
<div class="highlight"><pre><span></span><code>scp<span class="w"> </span>compose.yaml<span class="w"> </span>youruser@yourserver:
558558
</code></pre></div>
559559
<h3 id="3-set-secrets">3. Set Secrets</h3>
560-
<p>Your app will need credentials such as database passwords or API keys.
561-
Choose one of these approaches:</p>
562-
<ol>
563-
<li><strong><code>.env</code> file</strong> — simplest for manual deploys.</li>
564-
</ol>
565-
<div class="highlight"><pre><span></span><code>chmod<span class="w"> </span><span class="m">600</span><span class="w"> </span>.env
566-
</code></pre></div>
560+
<p>Your app will need credentials such as database passwords or API keys. Choose
561+
one of these approaches:</p>
567562
<ol>
563+
<li><strong><code>.env</code> file</strong> — simply place a <code>.env</code> file alongside your <code>compose.yaml</code>.
564+
Be sure to <code>chmod 600 .env</code>.</li>
568565
<li><strong>Environment variables</strong> — pass them directly to the command line.</li>
569566
<li><strong>CI/CD injection</strong> — good for automated pipelines.</li>
570567
</ol>

0 commit comments

Comments
 (0)