feat: add Cloudflare DNS provisioning and health checks
All checks were successful
Build & Release / build (push) Successful in 12s

This commit is contained in:
Ryan Moon
2026-04-03 20:42:43 -05:00
parent 16446a6257
commit 5d296fbb2b
5 changed files with 88 additions and 2 deletions

View File

@@ -12,6 +12,9 @@ export const config = {
spacesRegion: process.env.SPACES_REGION ?? "nyc3",
spacesKey: process.env.SPACES_KEY!,
spacesSecret: process.env.SPACES_SECRET!,
cfApiToken: process.env.CF_API_TOKEN!,
cfZoneId: process.env.CF_ZONE_ID!,
ingressIp: process.env.INGRESS_IP ?? "167.99.21.170",
};
for (const [key, val] of Object.entries(config)) {