production

This commit is contained in:
Nicolas Bally 2011-07-17 22:30:53 +02:00
parent 8976784264
commit 20e57fe1f4
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
set :user, 'web'
set :application, 'test.lamaisondelarbre.fr' # use your folder app name
set :application, 'www.lamaisondelarbre.fr' # use your folder app name
set :deploy_to, "/home/#{user}/apps/#{application}/" # the live app will be in the "current" subdir
set :deploy_via, :remote_cache

View File

@ -52,11 +52,11 @@ Mda::Application.configure do
# Send deprecation notices to registered listeners
config.active_support.deprecation = :notify
config.action_mailer.default_url_options = { :host => "test.lamaisondelarbre.fr" }
config.action_mailer.default_url_options = { :host => "www.lamaisondelarbre.fr" }
config.action_mailer.delivery_method = :sendmail
end
HOSTNAME = "test.lamaisondelarbre.fr"
HOSTNAME = "www.lamaisondelarbre.fr"