Files
labyricorn-site/content/articles/boring-deployments/contents.lr
T

19 lines
526 B
Markdown

_model: entry
---
title: Boring Deployments Are a Feature
---
date: 2026-08-10
---
kicker: Article
---
summary: Why a small, transparent deployment chain is often the most resilient one.
---
body:
A static site does not need a sprawling production stack. A canonical Git
repository, an isolated build tool, immutable release directories, an atomic
symlink, and nginx are enough to make deployment understandable and reliable.
The important property is not novelty. It is that a failed build cannot replace
the working site.