5 ms·
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
by dvarrazzo 6y 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.
- zumachase 6y agoThis is what we do but it's too manual for my taste.