diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-12-22 12:07:52 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-12-22 12:07:52 +0100 |
commit | 7d0288453ebae51cdcc547303ff98cffb629fad2 (patch) | |
tree | a3698584217b49af79c4023a3c2dd7238dbdab1d /Capfile | |
parent | f0beca3ed8822d9ecb823c3ad36875c0e00a1118 (diff) | |
download | hmnoweb-7d0288453ebae51cdcc547303ff98cffb629fad2.tar.gz hmnoweb-7d0288453ebae51cdcc547303ff98cffb629fad2.tar.bz2 hmnoweb-7d0288453ebae51cdcc547303ff98cffb629fad2.zip |
Update capistrano-passenger, and add to Capfile.
The new capistrano-passenger module has better support for restarting the app, and
integrates better with RVM.
Diffstat (limited to 'Capfile')
-rw-r--r-- | Capfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ require 'capistrano/bundler' require 'capistrano/rails/assets' require 'capistrano/rails/migrations' require 'capistrano/postgresql' +require 'capistrano/passenger' # Loads custom tasks from `lib/capistrano/tasks' if you have any defined. Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r } |