Create a Jenkins pipeline to deploy the angular app
Overview In this post, we are going to learn how to create a Jenkins pipeline to deploy the Angular app to our server. If you prefer to watch the video tutorial instead, here it is: Creating the configuration files To deploy the Angular app, we need to have a Dockerfile and an nginx.conf file since … Read more