diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-09-21 09:24:31 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-09-21 09:24:31 +0100 |
commit | 0da3c75386f4e47dd6757e7099a9fc4d5c121138 (patch) | |
tree | dc10747c74ef74ce2f04bcd49f111598acfb8a96 | |
parent | a9912f68be4a1e07c1cbd1741cbbefd6dfe9852d (diff) | |
parent | 0ecedc140995a1f0e6b0a8f86ec43da46c181614 (diff) |
Merge branch 'rails_env' of github.com:openaustralia/alaveteli into develop
-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", |