--- title: "Exercise: CI/CD" weight: 2 --- ## Deploy the first implementation of the ACME Brewery API in TEST and PROD! The ACME Brewery API is implemented and conform to our specification. We can now envision a deployment in all the ACME environments. Unfortunatelly ACME as a lots of environments and deploying manually in each and every environment would be error prone and time consuming. It is time to think about automation and Continuous Deployment! TODO