mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user