diff --git a/Capfile b/Capfile index 961d5b90b..0f81c1684 100644 --- a/Capfile +++ b/Capfile @@ -16,11 +16,7 @@ require 'capistrano/deploy' # https://github.com/capistrano/passenger # require 'capistrano/rails' - -stage = ARGV.first -if stage != 'production' # Sorry, production is not ready yet - require 'capistrano/rbenv' -end +require 'capistrano/rbenv' # Load custom tasks from `lib/capistrano/tasks` if you have any defined Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }