> ## Documentation Index
> Fetch the complete documentation index at: https://wlumsa.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Operations

> High-level operational workflows

This page captures the main operational workflows without exposing sensitive details.

## Content updates

* Editors update content in the Payload admin at `/admin`.
* Changes are reflected on the public site once published.

## Deployments

* Deployments are managed by the hosting platform connected to the repo.
* Environment variables are configured in the hosting provider, not in code.

## Migrations

* Payload migrations live in `wlumsa.org/src/migrations/`.
* Run migrations as part of the standard release workflow.

## Media and storage

* Media uploads are stored in Supabase storage and referenced via Payload.
* Large media updates should be coordinated to avoid broken references.
