update infra docs to get around deep dns zone limitations

This commit is contained in:
41666 2020-12-06 04:21:03 -05:00
parent 8870f6b640
commit e028b64ff8

View file

@ -10,8 +10,8 @@ Backend is a Cloudflare Worker deployment. Edge computing, fuck yeah!
Hosts: Hosts:
- `api.${env}.roleypoly.com/*` - `api-${env}.roleypoly.com/*`
- ex. for stage: `api.stage.roleypoly.com/*` - ex. for stage: `api-stage.roleypoly.com/*`
- `api.roleypoly.com/*` (only in prod) - `api.roleypoly.com/*` (only in prod)
It uses 3 KV namespaces per environment: It uses 3 KV namespaces per environment:
@ -49,8 +49,8 @@ Staging is only deployed to `us-east4`.
Hosts: Hosts:
- `web.${env}.roleypoly.com` - `web-${env}.roleypoly.com`
- ex. for stage: `web.stage.roleypoly.com` - ex. for stage: `web-stage.roleypoly.com`
- `roleypoly.com` (only in prod, after release) - `roleypoly.com` (only in prod, after release)
- `next.roleypoly.com` (only in prod, pre-release) - `next.roleypoly.com` (only in prod, pre-release)
- `beta.roleypoly.com` (only in stage) - `beta.roleypoly.com` (only in stage)
@ -81,6 +81,4 @@ Not end user applications. These will never be considered an "outage" if they ar
Design system is a Vercel deployment Design system is a Vercel deployment
Host: Host: `ui.roleypoly.com`
- `ui.roleypoly.com`