Setup a CI/CD pipeline to build and deploy using Azure DevOps
Setup your project to auto-build and deploy whenever a code change happens in your cloud repo.
We’re going to create a repo in GitHub or Azure Repos
Setup a build pipline to listen to the repo
Setup a release pipeline to listen to the output of the build pipeline
Setup infrastrcture (a web server) for the release pipeline to deploy to