diff --git a/contributions/demo/week3/lvainio-oscols/README.md b/contributions/demo/week3/lvainio-oscols/README.md new file mode 100644 index 0000000000..813df8ecca --- /dev/null +++ b/contributions/demo/week3/lvainio-oscols/README.md @@ -0,0 +1,30 @@ +# Assignment Proposal + +## Title + +From Continuous Delivery to Continuous Deployment in GoCD with Gomatic. + + +## Names and KTH ID + + - Leo Vainio (lvainio@kth.se) + - Oscar Olsson (oscols@kth.se) + +## Deadline + +- Week 3 + +## Category + +- Demo + +## Description + +Story: Manager wants to go from Continuous Delivery to Continuous Deployment using the same platform (GoCD). + +We will demonstrate how we can change the configuration in GoCD to go from Continuous Delivery to Continuous Deployment. We will use a small example project for this demo and we will use Gomatic to allow us to configure the GoCD pipeline in code. + + +**Relevance** + +GoCD is a CI/CD tool which is useful to know how to use. Also, it’s important to understand the difference between Continuous Delivery and Continuous Deployment and in this demo our goal is to illustrate the main differences. In Continuous Delivery, changes that pass automated tests still need manual approval but in Continuous Deployment even the deployment step is automated.