In the earlier chapters of this book, you learned how to set up automated builds and how to enrich them with tests. Starting in this chapter, you will learn about continuous delivery.
Now that you know how you can build your code automatically and have several quality assurance methods in place, you can step up your game. Continuous delivery is the logical extension of everything you have learned so far. An application is basically nothing until it is in the hands of users, so distributing it to them and getting their responses is extremely important.
I remember the ...