aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-10-18 17:48:21 +0100
committerLouise Crow <louise.crow@gmail.com>2012-10-18 17:48:21 +0100
commit32ac4ff55f2e174718fad97fcbd57b50a3daef7b (patch)
treec89d85e7f4337daa8e4e028df1bfeee38b2076bf /config/deploy.rb
parentfff73a074462ea797c59c561502843f6624a8371 (diff)
parentd99d5d597b16694860192ba6814f348aa445de35 (diff)
Merge remote-tracking branch 'openaustralia_github/optional_new_relic_support' into develop
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb1
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",