production
This commit is contained in:
parent
ff357de0b8
commit
e9fb0a9cd3
@ -1,6 +1,6 @@
|
|||||||
set :user, 'web'
|
set :user, 'web'
|
||||||
|
|
||||||
set :application, 'test.accescible-solutions.com' # use your folder app name
|
set :application, 'www.accescible-solutions.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, :remote_cache
|
set :deploy_via, :remote_cache
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ set :deploy_via, :remote_cache
|
|||||||
set :rails_env, "production"
|
set :rails_env, "production"
|
||||||
|
|
||||||
#production
|
#production
|
||||||
set :domain, 'test.accescible-solutions.com' # your http://publicdomain.com
|
set :domain, 'www.accescible-solutions.com' # your http://publicdomain.com
|
||||||
role :app, domain
|
role :app, domain
|
||||||
role :web, domain
|
role :web, domain
|
||||||
role :db, domain, :primary => true
|
role :db, domain, :primary => true
|
||||||
|
@ -48,8 +48,8 @@ PharmacieboissierCom::Application.configure do
|
|||||||
# Send deprecation notices to registered listeners
|
# Send deprecation notices to registered listeners
|
||||||
config.active_support.deprecation = :notify
|
config.active_support.deprecation = :notify
|
||||||
|
|
||||||
config.action_mailer.default_url_options = { :host => "test.accescible-solutions.com" }
|
config.action_mailer.default_url_options = { :host => "www.accescible-solutions.com" }
|
||||||
|
|
||||||
config.action_mailer.delivery_method = :sendmail
|
config.action_mailer.delivery_method = :sendmail
|
||||||
end
|
end
|
||||||
HOSTNAME = "test.accescible-solutions.com"
|
HOSTNAME = "www.accescible-solutions.com"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user