1.0.0 • Published 3 years ago

azure_pipeline v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

How to deploy an Angular App in Apache Tomcat with Azure DevOps

This project is part of a tutorial where i explain how to configure Apache Tomcat and how to create a pipeline to deploy using Azure DevOps it.

Get Start

git clone git@github.com:bautistaj/angularApp.git

cd angularApp

npm install

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Once run npm run build run npm run build:war, this command convert the build into a war file which will stored in the dist/ directory.

Deploy

You can copy and paste in webapps directory of Apache Tomcat, you can read this tutorial How to deploy an Angular App in Apache Tomcat with Azure DevOps.