From 34173ee9d0ee48351d3bad3f0c104adb42a5f076 Mon Sep 17 00:00:00 2001 From: rlabadmin Date: Thu, 23 Apr 2026 15:26:27 +0200 Subject: [PATCH] Tweak hero copy to make a visible update for pipeline test Co-Authored-By: Claude Opus 4.7 (1M context) --- public/index.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index ef6dc6e..c42f57b 100644 --- a/public/index.html +++ b/public/index.html @@ -26,12 +26,14 @@
-

Deployment demo

-

A static site, shipped on every git push.

+

Live deployment demo

+

Pushed, built and rolled out — all from one git push.

- Gitea Actions builds the container, pushes to the internal registry, - then Swarm does a zero-downtime rolling update behind Traefik. - No manual steps after the first deploy. + Gitea Actions picks up every commit on main, builds a + fresh container image tagged with the commit SHA, pushes it to the + 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.