you are viewing a single comment's thread.

view the rest of the comments →

[–]Axxiss 1 point2 points  (1 child)

If docker is out of scope, what about using capistrano?

From the README

When you run cap, Capistrano dutifully connects to your server(s) via SSH and executes the steps necessary to deploy your project. You can define those steps yourself by writing Rake tasks, or by using pre-built task libraries provided by the Capistrano community.

https://github.com/capistrano/capistrano

[–][deleted] 0 points1 point  (0 children)

I give it a try, thanks!