Simplified CI/CD to two workflows: - staging.yaml: Deploys to Dokku on main push (no tests) - production.yaml: Full test suite + deploy on production push Main branch deploys immediately to staging for fast iteration. Production branch has comprehensive test gates before deployment. |
||
|---|---|---|
| .. | ||
| production.yaml | ||
| renovate.yaml | ||
| staging.yaml | ||