mina-deploy / mina

Blazing fast deployer and server automation tool
https://rubygems.org/gems/mina
Other
4.34k stars 491 forks source link

Mina version managers plugin #674

Open lovro-bikic opened 2 years ago

lovro-bikic commented 2 years ago

Mina currently supplies tasks for version managers chruby, rbenv, rvm and ry. Since there is interest in supporting other managers (see https://github.com/mina-deploy/mina/pull/625, https://github.com/mina-deploy/mina/pull/667), we've decided to extract all version manager tasks to a separate gem and continue to add support for new managers there.

This change will be implemented in three steps:

risen commented 2 years ago

Is there a repo for the version manager gem?

lovro-bikic commented 2 years ago

Not at the moment, this is still being worked on.

lovro-bikic commented 2 years ago

mina-version_managers plugin has been released!

Repo: https://github.com/mina-deploy/mina-version_managers Gem: https://rubygems.org/gems/mina-version_managers