- Default branch:
otr-dev - PRs merged to
otr-devtrigger automatic backend deployment via workflow
- Merge
otr-devintootr-prodlocally - Push directly to
otr-prod- deploys to production - Always use fast-forward merge to maintain identical commit history
git checkout otr-prod
git merge --ff-only otr-dev
git push origin otr-prod- Never push commits to
otr-prodthat aren't onotr-dev - All commits must exist on
otr-devfirst