create a production instance, and add production stage
As a developer
I need to add a production stage to the CD pipeline
So that I can deploy to the cloud to complete the CD pipeline
Assumptions:
I have the supplier app instance running in the cloud
I have the github account linked to the toolchain
*Unit tests have passed and integration tests have passed
Acceptance Criteria:
Given I need to add a production deploy stage to the CD pipeline
When the unit tests and integration tests have passed
Then I can see the app in the prod space
create a production instance, and add production stage
As a developer I need to add a production stage to the CD pipeline So that I can deploy to the cloud to complete the CD pipeline
Assumptions: I have the supplier app instance running in the cloud I have the github account linked to the toolchain *Unit tests have passed and integration tests have passed
Acceptance Criteria: Given I need to add a production deploy stage to the CD pipeline When the unit tests and integration tests have passed Then I can see the app in the prod space