As a: developer
I need: a CI/CD pipeline in the cloud
So that: I can build, test and deploy to development and production environments in the cloud
Assumptions:
The app already has unit tests and behavior tests
Acceptance Criteria:Given the CI/CD pipeline has been setup
When a developer pushes code to the cloud
Then the code should build, test, and deploy to the dev and prod environments in the cloud
As a: developer I need: a CI/CD pipeline in the cloud So that: I can build, test and deploy to development and production environments in the cloud
Assumptions:
Acceptance Criteria: Given the CI/CD pipeline has been setup When a developer pushes code to the cloud Then the code should build, test, and deploy to the dev and prod environments in the cloud