adds capistrano-rvm

sets ruby version for deploy to 2.2.2
This commit is contained in:
Juanjo Bazán
2015-08-07 12:21:03 +02:00
parent 949f8a68df
commit 8a8ca834ba
4 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ def deploysecret(key)
end
set :rails_env, fetch(:stage)
set :rvm_ruby_version, '2.2.2'
set :application, 'participacion'
set :repo_url, 'git@github.com:AyuntamientoMadrid/participacion.git'