feat(site-publish): add split-surface publishing
Test / contract (pull_request) Successful in 6s

Authored-By: OpenAI (GPT-5) <noreply@openai.com>
This commit is contained in:
Evelyn Chen
2026-08-29 22:04:50 +00:00
parent f1f780f5a3
commit 5c2630b972
15 changed files with 1450 additions and 193 deletions
+2 -2
View File
@@ -165,6 +165,6 @@ echo
echo "Site created: ${ORG}/${NAME}"
echo "First build will trigger on push."
echo
echo "DNS: ${DOMAIN} is covered by the *.vino.network wildcard (→ traefik.edge)."
echo "DNS: ${DOMAIN} is covered by the *.vino.network wildcard (→ public gateway)."
echo "For a domain outside vino.network, add an explicit CNAME:"
echo " ${DOMAIN} 300 IN CNAME traefik.edge.svc.k8s.sjc001.fritzlab.net."
echo " ${DOMAIN} 300 IN CNAME gateway.sjc001.fritzlab.net."