Fix DNS: Update os.blackroad.systems CNAME to actual Railway deployment

Replace placeholder "YOUR-PROD-RAILWAY-APP.up.railway.app" with the actual
Railway production domain "blackroad-operating-system-production.up.railway.app".

This fixes the issue where https://os.blackroad.systems was not receiving
updates from new deployments.
This commit is contained in:
Claude
2025-11-17 05:53:22 +00:00
parent baca146637
commit 1ee10ef7be

View File

@@ -26,7 +26,7 @@ domains:
mode: "dns"
record:
type: "CNAME"
value: "YOUR-PROD-RAILWAY-APP.up.railway.app" # replace with your Railway host
value: "blackroad-operating-system-production.up.railway.app"
- name: "blackroad.ai"
type: "root"