docs: say that this repository is not what deploys the site #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/deployed-copy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes the one thing in this repository that is actively harmful, ahead of the decisions in #1.
AGENTS.mdsaid "runnpm run buildand commit both source and output", with nothing anywhere saying the output goes nowhere. Follow that instruction, look at the result, and copying it over the live copy is the obvious next step — which silently removes the Plausible tag and the?v=1cache-busting, because both exist only inoddie-apps/static-sites.Measured
www.lindner.earthanswers fromstatic-sitesbehind the anycast edges — Souin cache header, the edge CSP — not from anything built here.index.htmlis 8,638 bytes here, 9,516 live. The other five runtime files are byte-identical, so this is drift in one file rather than a fork.static-sites252859d(Plausible, 2026-08-12) and599e711(?v=1, 2026-07-12).k8s/declares alindner-webDeployment in namespaceweb.kubectl get deploy -n webreturnsstatic-sitesand nothing else, and no ArgoCD Application references this repository..forgejo/workflows/docker.yamlis a complete push-to-deploy pipeline: build, self-bump the tag ink8s/deployment.yaml, let ArgoCD roll it out. The first two steps still work. The third has nothing to roll out — the head commit of this repository is that self-bump, and everylindner_webimage in the registry is dated 2026-07-12, deployed nowhere.Not done here, deliberately
Which copy is authoritative, whether
k8s/and the workflow should be deleted, and what to do aboutxq0.netserving a*.github.iocertificate and a 404 are all decisions, and they are in #1 for Julian. This PR only stops the tree from instructing someone into the bad outcome while those wait.npm test: 23 passing.