From 0622d9bd4b9fa4df6fe7e45b1c8c2f14e0c64ca6 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 13 Sep 2011 21:44:57 +0200 Subject: [PATCH] production host --- config/deploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/deploy.rb b/config/deploy.rb index f9913db..d8ed4af 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,6 +1,6 @@ set :user, 'web' -set :application, 'test.pharmacieboissier.com' # use your folder app name +set :application, 'www.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, :remote_cache @@ -12,7 +12,7 @@ set :deploy_via, :remote_cache set :rails_env, "production" #production - set :domain, 'test.pharmacieboissier.com' # your http://publicdomain.com + set :domain, 'www.pharmacieboissier.com' # your http://publicdomain.com role :app, domain role :web, domain role :db, domain, :primary => true