diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-10-18 08:56:26 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-10-18 08:56:26 +1100 |
commit | d99d5d597b16694860192ba6814f348aa445de35 (patch) | |
tree | 21c60135052760bb9199c74c8aea97f0839a0822 | |
parent | 2ca68cad2edc51095a45f8ec2fa646961af80cc2 (diff) |
Link new relic configuration into shared area on deploy
-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 f95c93b3d..8f0f2c32d 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -50,6 +50,7 @@ namespace :deploy do "#{release_path}/config/general.yml" => "#{shared_path}/general.yml", "#{release_path}/config/memcached.yml" => "#{shared_path}/memcached.yml", "#{release_path}/config/rails_env.rb" => "#{shared_path}/rails_env.rb", + "#{release_path}/config/newrelic.yml" => "#{shared_path}/newrelic.yml", "#{release_path}/public/foi-live-creation.png" => "#{shared_path}/foi-live-creation.png", "#{release_path}/public/foi-user-use.png" => "#{shared_path}/foi-user-use.png", "#{release_path}/files" => "#{shared_path}/files", |