8 lines
419 B
Markdown
8 lines
419 B
Markdown
# 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.
|