diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-10-18 17:48:21 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-10-18 17:48:21 +0100 |
commit | 32ac4ff55f2e174718fad97fcbd57b50a3daef7b (patch) | |
tree | c89d85e7f4337daa8e4e028df1bfeee38b2076bf /config/deploy.rb | |
parent | fff73a074462ea797c59c561502843f6624a8371 (diff) | |
parent | d99d5d597b16694860192ba6814f348aa445de35 (diff) |
Merge remote-tracking branch 'openaustralia_github/optional_new_relic_support' into develop
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 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", |