Hi, I’m attempting to get a GitLab style flow working with branching in my project and netlify, but maybe I’m doing something wrong. Within Netlify, I have the production branch set to release
, but all PR’s will be merged to master first. When QA is ready, they’ll merge into a staging
branch. Once blessed, staging
would be merged into release
so it goes to production.
In order to use deploy previews, does the production branch need to match the PR base branch? Just having issues where the GitHub checks aren’t showing up.
If anyone has a better strategy, I’m also open to that.