Tweak hero copy to make a visible update for pipeline test
Build & Deploy / build (push) Successful in 5s
Build & Deploy / deploy (push) Successful in 19s

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
rlabadmin
2026-04-23 15:26:27 +02:00
parent a4d77be4a3
commit 34173ee9d0
+7 -5
View File
@@ -26,12 +26,14 @@
<main> <main>
<section class="hero"> <section class="hero">
<div class="container"> <div class="container">
<p class="eyebrow">Deployment demo</p> <p class="eyebrow">Live deployment demo</p>
<h1>A static site, shipped on every <code>git push</code>.</h1> <h1>Pushed, built and rolled out &mdash; all from one <code>git push</code>.</h1>
<p class="lede"> <p class="lede">
Gitea Actions builds the container, pushes to the internal registry, Gitea Actions picks up every commit on <code>main</code>, builds a
then Swarm does a zero-downtime rolling update behind Traefik. fresh container image tagged with the commit SHA, pushes it to the
No manual steps after the first deploy. internal registry, then SSHes into the Swarm manager for a
zero-downtime rolling update behind Traefik. You read this line because
the whole pipeline just ran end-to-end.
</p> </p>
<div class="actions"> <div class="actions">
<a class="btn btn-primary" href="#stack">See the stack</a> <a class="btn btn-primary" href="#stack">See the stack</a>