Safe Deploy

Safe deploy + DB migration checklist for ActiveCAMT (Next.js; self-hosted Docker+Postgres via Portainer, or legacy Vercel+Supabase). Use before deploying any change that touches the database schema, or before deploying code that reads a new or changed column. Enforces feature branch (never main), idempotent and non-destructive migrations, and migrating prod before deploying code that reads it — including the Portainer container-console migration step for the self-hosted deploy.

daydeda Updated

File contents

daydeda/smocamt-website/tree/main/.claude/skills/safe-deploy commit e13a625e14

Frequently asked questions

npx skillmds@latest add daydeda/safe-deploy-2