DevOps

Ricardo Bicho

Full CI/CD pipeline.
Github actions used to run the build and produce artifacts (i.e., NuGet packages and docker images).
The NuGet packages were hosted in GitHub and the docker images pushed into Azure container registry.
The deployment (CD) was leverage in Azure DevOps, where the pipeline would be trigger once a new docker image was pushed into the registry.
There was approval gates for the different stages/environments (QA, Staging and Production), after the initial deployment into Dev.
Like this project
0

Posted Jun 15, 2024

Full CI/CD pipeline using GitHub actions and Azure DevOps.