Hacker News new | ask | show | jobs
by dvarrazzo 2140 days ago
My strategy here is to have a staging server where migrations are applied before they can hit production.

As someone else pointed out, migration without CI can be dangerous and difficult to coordinate with deployment.

1 comments

This is what we do but it's too manual for my taste.