DEV Community

Discussion on: angular

Collapse
 
bradtaniguchi profile image
Brad

Assuming you have some standards in place as to when and what gets deployed, or we are talking about a "leading edge" dev server that can be unstable, then setting up a Continuous Integration and Deployment pipeline sounds like what you want.

I'd recommend looking into both. The main idea is you automate the building, and deployment, along with automating testing and other tasks so you can focus on building the app, and getting it deployed as quickly as possible.

There is overhead in setting up the pipeline, like if you have no tests I don't recommend deploying straight to production.