nyu-devops-team / customers

The customers resource is a representation of the customer accounts of the eCommerce site
2 stars 1 forks source link

Add prod stage in CD pipeline #78

Closed nancywen25 closed 4 years ago

nancywen25 commented 4 years ago

As a developer I need to add prod stages in CD pipeline So that when after all test passes, the service is deployed to prod

Assumptions:

Acceptance Criteria:

Given the four stage pipeline
When that the app passes all previous stages (unit tests + BDD tests)
Then the app will be deployed to prod