Skip to content

Commit fbd1af1

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 924213f commit fbd1af1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

superstack/deploying/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,9 @@
454454
<ul class="md-nav__list">
455455

456456
<li class="md-nav__item">
457-
<a href="#4-secrets" class="md-nav__link">
457+
<a href="#4-set-secrets" class="md-nav__link">
458458
<span class="md-ellipsis">
459-
4. Secrets
459+
4. Set Secrets
460460
</span>
461461
</a>
462462

@@ -583,9 +583,9 @@
583583
<ul class="md-nav__list">
584584

585585
<li class="md-nav__item">
586-
<a href="#4-secrets" class="md-nav__link">
586+
<a href="#4-set-secrets" class="md-nav__link">
587587
<span class="md-ellipsis">
588-
4. Secrets
588+
4. Set Secrets
589589
</span>
590590
</a>
591591

@@ -652,7 +652,7 @@ <h2 id="3-deploy-the-compose-file">📦 3. Deploy the Compose File</h2>
652652
<p>Copy <code>compose.yaml</code> to the server:</p>
653653
<div class="highlight"><pre><span></span><code>scp<span class="w"> </span>compose.yaml<span class="w"> </span>youruser@yourserver:
654654
</code></pre></div>
655-
<h3 id="4-secrets">4. Secrets</h3>
655+
<h3 id="4-set-secrets">4. Set Secrets</h3>
656656
<p>Docker needs your secrets (passwords, keys, etc.). There are a few options:</p>
657657
<ol>
658658
<li>Write secrets to a <code>.env</code> file on the server (convenient but not secure).</li>

0 commit comments

Comments
 (0)