Automating Deployment of Angular Apps
- 0 Comments
- angular, build, octopus, teamcity
Automating deployment is the easiest way to create a repeatable continuous delivery process. A popular stack for automating deployment of .NET applications includes Git/TFS as source control, TeamCity for automated builds and Octopus Deploy for automating deployments. Using the same process for your Angular front-end applications, unifies your overall deployment process. Here’s how to set […]
Read More