From the course: Angular: Maintaining Applications

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Planning for deployment shifts

Planning for deployment shifts - Angular Tutorial

From the course: Angular: Maintaining Applications

Start my 1-month free trial

Planning for deployment shifts

- [Instructor] There might be times when you're not satisfied with your host for your application and might want to deploy to a different service. Depending on which services you are using, there are tons of articles on their documentations how to deploy to their service, so I won't go through that, and there are so many services out there with different strengths. I wouldn't want to promote one over another. Let's go over those specific steps. How do you want to select your provider and plan for deployment? Number one, you want to evaluate your specific requirements of your project. Does it need support for specific databases like Vongo, SQL, Redis, et cetera? Does it require a specific compute or scaling requirements or services like load balancing, et cetera? You also need to consider what you'd like to have available down the road. How does the hosting service support your road map? Number two, I would evaluate if the hosting service provides integration with your CI/CD tool and…

Contents