64b488ac89
.gitea/workflows/ci-cd.yml: - Triggers on push to main and PRs - CI jobs: dotnet build/test, dashboard tsc, finder tsc (all self-hosted) - Deploy job: only on push to main, needs all CI jobs to pass - Writes .env from ENV_FILE secret (set in Gitea repo settings) - docker compose build --parallel with BuildKit - Rolling restart (postgres/redis untouched) - Health-check poll: waits up to 2min for meezi-api healthy - Auto-prunes old images on success Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>