From f3413e14e41576af497a51170029829e0b3c2664 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sat, 25 Jun 2011 12:13:01 +0200 Subject: [PATCH] initial --- config/deploy.rb | 6 +++--- config/environments/production.rb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/deploy.rb b/config/deploy.rb index 81ed0b4..4b19a42 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,6 +1,6 @@ set :user, 'web' -set :application, 'test.accescible-solutions.com' # use your folder app name +set :application, 'fcpe.quartz-agence.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, :remote_cache @@ -12,7 +12,7 @@ set :deploy_via, :remote_cache set :rails_env, "production" #production - set :domain, 'test.accescible-solutions.com' # your http://publicdomain.com + set :domain, 'fcpe.quartz-agence.com' # your http://publicdomain.com role :app, domain role :web, domain role :db, domain, :primary => true @@ -20,7 +20,7 @@ set :deploy_via, :remote_cache set :scm, :git -set :repository, "git@box1.quartz-agence.com:fcpe.git" +set :repository, "git@box1.quartz-agence.com:accescible.git" set :use_sudo, false set :ssh_options, {:forward_agent => true} diff --git a/config/environments/production.rb b/config/environments/production.rb index 20ed0c8..5e174d9 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -48,8 +48,8 @@ PharmacieboissierCom::Application.configure do # Send deprecation notices to registered listeners config.active_support.deprecation = :notify - config.action_mailer.default_url_options = { :host => "www.fcpe-lycee-moirans.fr" } + config.action_mailer.default_url_options = { :host => "fcpe.quartz-agence.com" } config.action_mailer.delivery_method = :sendmail end -HOSTNAME = "test.accescible-solutions.com" +HOSTNAME = "fcpe.quartz-agence.com"