N
Neon2mo ago
adverse-sapphire

Dev branch Promotion

How can I promote a dev branch to the Production branch (effectively, "merging" it)
1 Reply
exotic-emerald
exotic-emerald2mo ago
Hey! You can restore prod from your dev database to essentially overwrite prod with it. However, this is not what I would recommend. You should instead apply whatever migrations you applied to dev, to prod. That way you can keep a nice branch hierarchy

Did you find this page helpful?