Files
office_translator/.gitea/workflows
sepehr 392418c3f9
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m1s
fix: run alembic migration in one-shot container before backend start
- Use 'docker compose run --rm backend alembic upgrade head' to run
  migration in a throwaway container (doesn't need backend running)
- Restore entrypoint migration fallback (don't block startup)
- Restart backend after migration to pick up schema changes
- Remove --no-cache (too slow, was causing timeouts)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 09:59:20 +02:00
..