Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Hi there. I'm the author of this post.

We use git, so it's easy to revert commits, or push an update with '-f' that resets to an earlier version. Once we push this new commit (that simply puts us back to an earlier state) to our release branch, it's picked up by the testing system just like any other commit and pushed out.



That seems like a slow process if you're "oh shit, rollback, rollback, rollback!"


If we're already at the "Oh shit" stage, then we might be happy sacrificing test coverage to go back to known-good code, in which case we would run our fabric `deploy` task and have our rollback completed in ~30 seconds. The idea behind this process is that we never have "oh shit" moments like that :)

(Please see my other response to a similar question, as well)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: