diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-10-17 14:55:55 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-10-17 14:55:55 +0100 |
commit | e6dc0f6606b26e13cb0cd16124fdb2aad3c1b5a6 (patch) | |
tree | c376463aedff99886779eebf1da1ac5eb9da8370 /config/deploy.rb | |
parent | 6f804977c8dc790777af220f821bccb8a04e1be3 (diff) |
Revert "Revert "Merge remote-tracking branch 'henare_github/patch-1'""
This reverts commit 211fe84dc40d97df8aa8724906d9170ed4f78477.
Diffstat (limited to 'config/deploy.rb')
-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", |