DevOps
Build and containerize an Angular application with GitLab CI/CD
14.06.2023 by Nicolas Meunier
To deploy an Angular application into Kubernetes, the application needs to be build, containerized and pushed into a container registry before the deployment. In this project, I want to: Build the Angular Application using Angular CLI Create a new image(…)