Merge commit 'a23ec040f1ec1152cbb96e6b51e1e597b0c35a36'

This commit is contained in:
Alexa Amundson
2025-11-17 00:45:18 -06:00
4 changed files with 118 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ domains:
record:
type: "CNAME"
value: "blackroad-operating-system-production.up.railway.app"
value: "YOUR-PROD-RAILWAY-APP.up.railway.app" # replace with your Railway host
- name: "blackroad.ai"
type: "root"
@@ -51,3 +52,7 @@ domains:
record:
type: "CNAME"
value: "os.blackroad.systems"
# Add additional domains or subdomains here following the same pattern.
# By default you can set mode: "dns" with a CNAME pointing to os.blackroad.systems,
# or override as needed.