From 5898e60811e4d0c03513b4751b81a51c7ee0a638 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sat, 14 May 2011 13:48:18 +0200 Subject: [PATCH] ajustement capistrano --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 931acfb..97a5845 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -2,7 +2,7 @@ set :user, 'web' set :application, 'test.pharmacieboissier.com' # use your folder app name set :deploy_to, "/home/#{user}/apps/#{application}/" # the live app will be in the "current" subdir -#set :deploy_via, :checkout +set :deploy_via, :remote_cache #set :keep_releases, 1