mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:21:09 +02:00
Adds a new 'migrations' job that runs after deploy to automatically push schema changes to the database. Features: - Runs db:push after container deployment - Retry logic with exponential backoff (3 attempts) - 2-minute timeout per attempt - Skipped for web-only projects (manacore) - Reports migration status in deployment summary This ensures schema changes are automatically applied when deploying new versions via tags (e.g., todo-staging-v1.0.0). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cd-production.yml | ||
| cd-staging-tagged.yml | ||
| cd-staging.yml | ||
| cd-staging.yml.bak | ||
| ci-main.yml.bak | ||
| ci-pull-request.yml.bak | ||
| ci.yml | ||
| dependency-update.yml.bak | ||
| test-coverage.yml.bak | ||
| test.yml.bak | ||