update ruby to 2.1.1
This commit is contained in:
parent
c755ec6acb
commit
275ef32018
|
@ -17,7 +17,7 @@ require 'capistrano/ext/multistage'
|
||||||
ssh_options[:forward_agent] = true
|
ssh_options[:forward_agent] = true
|
||||||
default_run_options[:pty] = true
|
default_run_options[:pty] = true
|
||||||
|
|
||||||
set :rvm_ruby_string, 'ruby-2.1.0@rosa_build'
|
set :rvm_ruby_string, 'ruby-2.1.1@rosa_build'
|
||||||
set :application, "rosa_build"
|
set :application, "rosa_build"
|
||||||
set(:deploy_to) { "/srv/#{application}" }
|
set(:deploy_to) { "/srv/#{application}" }
|
||||||
set :user, "user"
|
set :user, "user"
|
||||||
|
|
Loading…
Reference in New Issue