I need help with Deployment Logic

So let's say I have 10 servers (already setup with a load balancer and all that stuff) which all run a REST API written in C# ASP.NET, how would I go on about remote deploying my api onto all those 10 servers at once, considering the backend runs on docker too and stuff
Was this page helpful?