diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-09-21 16:46:29 +1000 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-09-21 16:46:29 +1000 |
commit | 0ecedc140995a1f0e6b0a8f86ec43da46c181614 (patch) | |
tree | 0cf820c45f62fe5afec6d37aa0c97c4de2ce95a0 | |
parent | 952236ebfc2b985e26b5d40b7584de0655695a2f (diff) |
Symbolic link rails environment override into shared path
-rw-r--r-- | config/deploy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 888710f83..e0507be2c 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -48,6 +48,7 @@ namespace :deploy do links = { "#{release_path}/config/database.yml" => "#{shared_path}/database.yml", "#{release_path}/config/general.yml" => "#{shared_path}/general.yml", + "#{release_path}/config/rails_env.rb" => "#{shared_path}/rails_env.rb", "#{release_path}/files" => "#{shared_path}/files", "#{release_path}/cache" => "#{shared_path}/cache", "#{release_path}/vendor/plugins/acts_as_xapian/xapiandbs" => "#{shared_path}/xapiandbs", |