From d3dea85c536fd21148e9ee6baf26073c2ec0aabd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=B1or=20Rolando?= Date: Mon, 4 Feb 2013 22:17:26 +0100 Subject: [PATCH] Add the bundler cap task. --- config/deploy.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/deploy.rb b/config/deploy.rb index 135804e..658235c 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,5 +1,4 @@ -# Commented out as capistrano cannot finde 'bundle' on production site. -# require 'bundler/capistrano' +require 'bundler/capistrano' set :application, "contactorama" set :local_repository, "apps@tailorama.com:/opt/git-repo/contactorama.git"