remove newrelic yml

This commit is contained in:
albert
2013-03-15 11:09:29 -04:00
parent 15d565b455
commit 6afad417aa
2 changed files with 1 additions and 228 deletions

View File

@@ -38,6 +38,7 @@ namespace :local_config do
task :link_local_files do
run "ln -s #{deploy_to}/shared/config/danbooru_local_config.rb #{release_path}/config/danbooru_local_config.rb"
run "ln -s #{deploy_to}/shared/config/database.yml #{release_path}/config/database.yml"
run "ln -s #{deploy_to}/shared/config/newrelic.yml #{release_path}/config/newrelic.yml"
end
end