Using a deployment template can greatly speed up your application deployments and they offer many advantages over writing a separate script each time you wish to deploy an application. Once you have written a template and ironed out all the bugs then you end up with something that offers advanced functionality and is repeatable and reliable.
With a template, the hard work has already been done and you just have to “fill in the blanks.”
In this chapter, you will learn all about the basic deployment template I wrote, and how ...