Skip to content

Commit 5a1edb7

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

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

superstack/advanced/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@
258258
</nav>
259259
</li>
260260
<li class="md-nav__item">
261-
<a class="md-nav__link" href="#github-actions-example">
261+
<a class="md-nav__link" href="#github-actions">
262262
<span class="md-ellipsis">
263-
⚡ GitHub Actions Example
263+
⚡ GitHub Actions
264264
</span>
265265
</a>
266266
</li>
@@ -360,9 +360,9 @@
360360
</nav>
361361
</li>
362362
<li class="md-nav__item">
363-
<a class="md-nav__link" href="#github-actions-example">
363+
<a class="md-nav__link" href="#github-actions">
364364
<span class="md-ellipsis">
365-
⚡ GitHub Actions Example
365+
⚡ GitHub Actions
366366
</span>
367367
</a>
368368
</li>
@@ -397,8 +397,8 @@ <h2 id="how-it-works">🧭 How It Works</h2>
397397
Proxy --&gt; LiveApp["Live App"]
398398
NextApp["Next App"]
399399
</code></pre>
400-
<p>Normally the app exposes ports directly, but in this advanced mode, the <strong>proxy
401-
owns the ports</strong>, and apps connect to its Docker network.</p>
400+
<p>Normally the app exposes ports directly, but in this mode, the <strong>proxy owns the
401+
ports</strong>, and apps connect to its Docker network.</p>
402402
<h2 id="tasks">🔄 Tasks</h2>
403403
<ol>
404404
<li>Enable the proxy project (included in SuperStack)</li>
@@ -550,8 +550,8 @@ <h3 id="option-2-mount-a-caddyfile">Option 2: Mount a Caddyfile</h3>
550550
<code>proxy/caddy/Caddyfile</code> and reload the proxy's configuration:</p>
551551
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>compose<span class="w"> </span><span class="nb">exec</span><span class="w"> </span>caddy<span class="w"> </span>caddy<span class="w"> </span>reload<span class="w"> </span>--config<span class="w"> </span>/etc/caddy/Caddyfile
552552
</code></pre></div>
553-
<h2 id="github-actions-example">⚡ GitHub Actions Example</h2>
554-
<p>Add this Github Actions workflow to automate deployments:</p>
553+
<h2 id="github-actions">⚡ GitHub Actions</h2>
554+
<p>Here's a Github Actions workflow you can use to automate deployments:</p>
555555
<details>
556556
<summary>Show full workflow</summary>
557557
<div class="highlight"><span class="filename">.github/workflows/ci.yaml</span><pre><span></span><code><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">Deploy</span>

0 commit comments

Comments
 (0)