Capistrano: Install capistrano-opscomplete
As it's possible that you manage the Ruby version by yourself we created the
capistrano-opscomplete
Gem
Archive
to support you with this task.
As before, add the Gem to your Gemfile
:
Copygem 'capistrano-opscomplete', require: false
And again, actually install it by calling bundle
:
Copy$ bundle
Now make the tasks the Gem provides available to you during deploy by adding the following to your Capfile
:
Copy# Include opscomplete tasks require 'capistrano/opscomplete'
Finally in your config/deploy.rb
add the following hook which checks if the Ruby version in your .ruby-version
file is already available and install it, if that's not the case:
Copy# Install new Ruby version if not already installed after 'deploy:updating', 'opscomplete:ruby:ensure'
Your development team has a full backlog of feature requests, chores and refactoring coupled with deadlines? We are familiar with that. With our "DevOps as a Service" offering, we support developer teams with infrastructure and operations expertise.