summaryrefslogtreecommitdiff
path: root/config/deploy.rb
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-05-06 08:22:10 -0600
committermo k <mo@mokhan.ca>2012-05-06 08:22:10 -0600
commit53b8b2a9412f1e4fac071584db0dc76fdff29df3 (patch)
tree32e5f30b3da3206ff47ccf8e813ed704cb09774e /config/deploy.rb
parent113a9325f8b5459c4a37ff82c382184ac5cf01c0 (diff)
try cgriego's idea from https://github.com/capistrano/capistrano/issues/81
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index fb60bde8..33064ca5 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -2,7 +2,7 @@ $:.unshift(File.expand_path('./lib', ENV['rvm_path']))
require "rvm/capistrano"
set :rvm_ruby_string, 'ruby-1.9.2-p290@cakeside'
set :rvm_type, :system
-require 'bundler/capistrano' # loads RVM's capistrano plugin
+#require 'bundler/capistrano' # loads RVM's capistrano plugin
set :stages, %w(production staging)
set :default_stage, "staging"
require 'capistrano/ext/multistage'