diff --git a/config/deploy.rb b/config/deploy.rb index c74d4e3..f9a81dd 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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 diff --git a/config/environments/production.rb b/config/environments/production.rb index ad24060..032f945 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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"