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

This commit is contained in:
Evelyn Chen
2026-08-29 21:22:04 +00:00
parent f1f780f5a3
commit 7667ae540e
15 changed files with 1040 additions and 188 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."