Know what you deploy – a script using git log for listing all features that go live
Nick Tinnemeier, Dennis de Bode, on 19-03-2021Category: Blog, Development Tags: git shell script git log automate deploy list features that go live
Introduction For me, even after having pushed the deploy button many times, deploying to production keeps being dreadful. Accidentally pushing an unwanted feature that sneaked in somehow is one of the many things I am afraid of. In this blog post I show you how we reduced our deployment anxiety with a script using git log for listing all the features that go live after pushing that deploy-to-pro button. In this blog post I first introduce you to the way we work and provide you with the necessary information to…
Read more