2022-Spring-NYU-DevOps-Shopcarts / shopcarts

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

Set up minimal CI/CD pipeline in IBM Cloud, with only Build Stage #104

Closed TimothyXu closed 2 years ago

TimothyXu commented 2 years ago

As a developer I need to use Agile/Devops including using an automated CI/CD pipeline So that I don't waste time on things that's not writing code

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