capistrano updated
This commit is contained in:
parent
d491bf3c3a
commit
a52c9d90e5
1
Gemfile
1
Gemfile
@ -17,6 +17,7 @@ end
|
|||||||
gem 'jquery-rails'
|
gem 'jquery-rails'
|
||||||
|
|
||||||
gem 'capistrano'
|
gem 'capistrano'
|
||||||
|
gem 'rvm-capistrano'
|
||||||
|
|
||||||
gem 'unicorn'
|
gem 'unicorn'
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ set :application, 'jfn_app'
|
|||||||
set :domain, 'www.noblet.me'
|
set :domain, 'www.noblet.me'
|
||||||
|
|
||||||
|
|
||||||
$:.unshift(File.expand_path('./lib', ENV['rvm_path']))
|
|
||||||
|
|
||||||
require "rvm/capistrano"
|
require "rvm/capistrano"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user