Ask HN: How do you handle bugs in production?

1 points by mattbgates ↗ HN

3 comments

[ 3.1 ms ] story [ 17.6 ms ] thread
File a ticket in our issue tracker. Fix the bug. Commit to source control. Deploy it to our staging environment. Verify the fix. Merge branch to stable. Deploy to production.

Isn't that how everyone halfway sane does it?