N
Neon7d ago
ratty-blush

Dev branch Promotion

How can I promote a dev branch to the Production branch (effectively, "merging" it)
1 Reply
harsh-harlequin
harsh-harlequin7d 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?