Add website deployment guidance and console DNS entry

This commit is contained in:
Alexa Amundson
2025-11-20 19:02:50 -06:00
parent c96df78772
commit f179a494f4
3 changed files with 95 additions and 0 deletions

View File

@@ -46,6 +46,15 @@ domains:
notes: "API gateway"
healthcheck: true
- name: "console.blackroad.systems"
type: "subdomain"
provider: "cloudflare"
mode: "dns"
record:
type: "CNAME"
value: "blackroad-prism-console.vercel.app"
notes: "Prism Console (public UI)"
- name: "prism.blackroad.systems"
type: "subdomain"
provider: "cloudflare"