|
258 | 258 | </nav> |
259 | 259 | </li> |
260 | 260 | <li class="md-nav__item"> |
261 | | -<a class="md-nav__link" href="#github-actions-example"> |
| 261 | +<a class="md-nav__link" href="#github-actions"> |
262 | 262 | <span class="md-ellipsis"> |
263 | | - ⚡ GitHub Actions Example |
| 263 | + ⚡ GitHub Actions |
264 | 264 | </span> |
265 | 265 | </a> |
266 | 266 | </li> |
|
360 | 360 | </nav> |
361 | 361 | </li> |
362 | 362 | <li class="md-nav__item"> |
363 | | -<a class="md-nav__link" href="#github-actions-example"> |
| 363 | +<a class="md-nav__link" href="#github-actions"> |
364 | 364 | <span class="md-ellipsis"> |
365 | | - ⚡ GitHub Actions Example |
| 365 | + ⚡ GitHub Actions |
366 | 366 | </span> |
367 | 367 | </a> |
368 | 368 | </li> |
@@ -397,8 +397,8 @@ <h2 id="how-it-works">🧭 How It Works</h2> |
397 | 397 | Proxy --> LiveApp["Live App"] |
398 | 398 | NextApp["Next App"] |
399 | 399 | </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> |
402 | 402 | <h2 id="tasks">🔄 Tasks</h2> |
403 | 403 | <ol> |
404 | 404 | <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> |
550 | 550 | <code>proxy/caddy/Caddyfile</code> and reload the proxy's configuration:</p> |
551 | 551 | <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 |
552 | 552 | </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> |
555 | 555 | <details> |
556 | 556 | <summary>Show full workflow</summary> |
557 | 557 | <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