(no title)
cbono1 | 4 years ago
Was the beta channel that you had in the pipeline for prod? i.e. prod would have no chance of getting ahead of beta because prod was always deployed based on what was last on the beta release?
Hot or bug fixing is an interesting topic because you could end up with diverging histories if you're not careful. Did you try to maintain `master` as the single source of truth or did you make separate release and deploy branches for each environment?
leesalminen|4 years ago
Prod would be ahead of beta during hot fixes. Though we try and avoid it, it did happen occasionally.
You are correct that it took some extra effort to keep it all clean and manageable.