summaryrefslogtreecommitdiff
path: root/config/deploy.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-07-27 14:12:07 -0600
committermo khan <mo@mokhan.ca>2013-09-14 08:03:20 -0600
commit313ff1e951904f86603daa740930aff216c0feba (patch)
treef0db1b4483bd5ad5fcf9c075a230e396411ca6d7 /config/deploy.rb
parenta8f2a0f3bcf9b0629385bd460317189e3aa9c52b (diff)
user rbenv instead of rvm
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 8599701d..e0510abd 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -1,6 +1,9 @@
-load "config/recipes/rvm"
+require 'bundler/capistrano'
+
load "config/recipes/environments"
load "config/recipes/base"
+#load "config/recipes/rvm"
+load "config/recipes/rbenv"
load "config/recipes/nginx"
load "config/recipes/unicorn"
load "config/recipes/postgresql"
@@ -9,7 +12,6 @@ load "config/recipes/monit"
set :application, "cakeside"
set :user, "deployer"
-#set :group, "rvm"
set :use_sudo, false
default_run_options[:pty] = true # password prompt