We have web system (ASP.NET MVC), each client has its own domain and DB.
Now, we are making development on some modules, and I need to upload updates to each domain and deploy databases changes on each database (So, if I have 10 clients I need to repeat this task 10 times)
I want to know how to deploy updates on all domains and databases at once.
Regards,