2022-Spring-NYU-DevOps-Shopcarts / shopcarts

Shopcarts squad.
Apache License 2.0
2 stars 2 forks source link

Improve our CI/CD pipeline to add a Dev stage #105

Closed TimothyXu closed 2 years ago

TimothyXu commented 2 years ago

As a developer I need to have a better CI/CD pipeline So that I spend even less time worrying about things that's not coding

Details and Assumptions

TimothyXu commented 2 years ago

No PR attached but this is done: dev instance running at: https://nyu-shopcart-service-sp2203-dev.us-south.cf.appdomain.cloud Have set up CI/CD to automatically build test and deploy to dev instance whenever main branch is updated. Production instance which will use https://nyu-shopcart-service-sp2203.us-south.cf.appdomain.cloud are to be set up in the last 2 stages of CI/CD in separate stories