Files
fotospiel-app/docs/prp/11-ops-ci-cd.md
2025-09-08 14:03:43 +02:00

419 B

11 — Ops, Environments, CI/CD

  • Environments: local (Docker), staging, production. Feature flags managed in DB.
  • CI: PHPStan/Larastan, PHPUnit/Pest, Pint, ESLint/TypeScript, build PWAs.
  • Releases: semantic versioning; changelog from PRs; migration notes required.
  • Observability: uptime checks, queue health (Horizon), error tracking.
  • Mobile: fastlane lanes for Capacitor iOS; TWA build pipeline for Android.