Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/production-runbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Render deployment

The production Blueprint is `render.yaml`. It provisions the `prepora-io`
Next.js service at `https://prepora-oydp.onrender.com` and the
Next.js service at `https://prepora-io.onrender.com` and the
`prepora-coach` FastAPI service in Render's Ohio region, close to the current
Neon `us-east-2` database.

Expand All @@ -12,7 +12,7 @@ The web build applies idempotent Neon migrations before validating and building
the application. Render uses `/api/live` for web liveness and `/health` for
coach liveness; dependency readiness remains available at `/api/health`.

Add `https://prepora-oydp.onrender.com` to the Google OAuth web client's authorized
Add `https://prepora-io.onrender.com` to the Google OAuth web client's authorized
JavaScript origins. Do not add paths or trailing slashes to that origin.

## Required external controls
Expand Down
4 changes: 2 additions & 2 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- key: NODE_ENV
value: production
- key: NEXT_PUBLIC_APP_URL
value: https://prepora-oydp.onrender.com
value: https://prepora-io.onrender.com
- key: NEXT_PUBLIC_GOOGLE_CLIENT_ID
sync: false
- key: NEXT_PUBLIC_VAPI_WEB_TOKEN
Expand Down Expand Up @@ -55,6 +55,6 @@ services:
- key: ENVIRONMENT
value: production
- key: BACKEND_ALLOWED_ORIGINS
value: https://prepora-oydp.onrender.com
value: https://prepora-io.onrender.com
- key: INTERNAL_SERVICE_KEY
generateValue: true
Loading