I work within a small dev team and our current infrastructure is setup with GitHub for code, CircleCI to deploy these to our DigitalOcean Ubuntu droplets whenever something is merged into the develop branch (goes to Develop server) and master branch (goes to the Prod server).
It is becoming far too time consuming to spin up 2 new servers per product all the time and configure them into web servers. I've already transferred databases to the Managed DB cluster to save time. Is there a more efficient way to do this instead of having to spin up a new droplet, install everything and configure everything and do updates and sort out SSH and permissions and etc. etc.
I've now got about 8 droplets (more cloud products on the way!) and I just don't have the time to keep visiting all these droplets to sort out or add something or update something.
I'm mainly looking to be pointed in the right direction for which I can research further and read about. It looks like automating the majority of this is possible but I don't know how to proceed as there's a lot of confusing and conflicting information on which services to use.