Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 773 Bytes

File metadata and controls

26 lines (17 loc) · 773 Bytes
title Operations
description 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.