aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/deploy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 285938700..c69b0dd81 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -54,6 +54,7 @@ namespace :deploy do
run "ln -nfs #{shared_path}/config/database.yml #{release_path}/config/"
run "ln -nfs #{shared_path}/config/production.rb #{release_path}/config/environments/"
run "ln -nfs #{shared_path}/config/secrets.yml #{release_path}/config/"
+ run "ln -nfs #{shared_path}/config/newrelic.yml #{release_path}/config/"
end
desc "Install chouette command"