As a Developer
I need to automate the continuous deployment of my service
So that I don't have to waste time deploying it manually
Assumptions
- We will use the IBM Continuous Delivery Services in IBM Cloud
- We can connected Continuous Delivery Service to our GitHub repo
- When we push to
master a new build will deploy into Kubernetes
Acceptance Criteria
When I `git push origin master`
And I go to the IBM Continuous Delivery Services web page
Then I should see the application bas been deploy to Kubernetes
As a Developer
I need to automate the continuous deployment of my service
So that I don't have to waste time deploying it manually
Assumptions
mastera new build will deploy into KubernetesAcceptance Criteria