diff options
| author | Luc Donnet | 2015-05-28 10:09:36 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2015-06-04 11:05:10 +0200 | 
| commit | bee452fef5beba52af6a8d7945d7c335fa5015e9 (patch) | |
| tree | d89405b186e1eabeccbae4cec8f8730e0f51ac9f | |
| parent | b832e1e5a9e18a90c6456360976e773aaa3be41a (diff) | |
| download | chouette-core-bee452fef5beba52af6a8d7945d7c335fa5015e9.tar.bz2 | |
Add newrelic to Chouette 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 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" | 
