production host
This commit is contained in:
parent
d53e3a9f00
commit
0622d9bd4b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user