ajustement capistrano

This commit is contained in:
Nicolas Bally 2011-05-14 13:48:18 +02:00
parent 6abf7679fd
commit 5898e60811

View File

@ -2,7 +2,7 @@ set :user, 'web'
set :application, 'test.pharmacieboissier.com' # use your folder app name 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_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 #set :keep_releases, 1