What do you use to automatically deploy applications for various types of server applications (web, socket, daemon) that use different technologies (different databases, languages, etc.)?
Here we use Python, Java and Ruby, and we can also use other languages in the future.
Update. As a result, I used Puppet to manage server settings and settings and deployment. To start deploying new versions, I ended up using Fabric Python scripts.
source
share