Alembic Textbook Ch. 7 — CI Integration
Alembic CI patterns: drift detection, migration round-trip tests, dry-run, deploy gates, and pre-merge checks.
Alembic CI patterns: drift detection, migration round-trip tests, dry-run, deploy gates, and pre-merge checks.
Cheatsheet: GitHub Actions, drift test, up-down round-trip, dry-run SQL, deploy gates.
Cheatsheet: GitHub Actions docker, build cache, deploy patterns.
What good CI/CD looks like in 2026. Pipeline speed, caching, parallelism, branch protection, deploy gates, and the boring habits that compound.
Build a real CI/CD pipeline for Python apps on GitHub Actions: lint, type-check, test with services, multi-version matrix, Docker build/push, and a deploy step that won’t break.