Deploy or die

6 · Peter Krumins · April 23, 2022, 8:30 a.m.
At Browserling, we sometimes deploy 50 times a day. Our deployment system, which is a 30 line bash script, lets us deploy in 0.1 seconds. Our mantra at Browserling is deploy or die. If you don't push to production 20 times a day you are doing things wrong. There are no code reviews or tests that would slow down deploying. There's only production. If you broke production, then you fix it in the next commit a minute later. Time to deploy makes everyone happy as things get done quickly and everyone...