| title | Operations |
|---|---|
| description | High-level operational workflows |
This page captures the main operational workflows without exposing sensitive details.
- Editors update content in the Payload admin at
/admin. - Changes are reflected on the public site once published.
- Deployments are managed by the hosting platform connected to the repo.
- Environment variables are configured in the hosting provider, not in code.
- Payload migrations live in
wlumsa.org/src/migrations/. - Run migrations as part of the standard release workflow.
- Media uploads are stored in Supabase storage and referenced via Payload.
- Large media updates should be coordinated to avoid broken references.