Hacker News new | ask | show | jobs
by nulagrithom 4442 days ago
I'm inclined to think they're 'doing it wrong', especially when you cross in to the "keep it running in production" territory.
1 comments

If your production deployments are fundamentally different than your dev deployments, you're doing it wrong. For the most part, you should only be localizing a common deployment pattern.

I've suffered through enough three week deployment cycles because the prod environment is almost nothing like dev and everything is done manually. I think I know what "doing it wrong" looks like there.