add newrelic

This commit is contained in:
Torsten Ruger 2016-04-19 22:34:08 +03:00
parent c5e6f04a2a
commit baa08c59bb
3 changed files with 4 additions and 1 deletions

View File

@ -58,4 +58,5 @@ group :test do
end
group :production do
gem "mysql2"
gem 'newrelic_rpm'
end

View File

@ -211,6 +211,7 @@ GEM
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.1.1)
newrelic_rpm (3.15.0.314)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
normalize-rails (3.0.3)
@ -383,6 +384,7 @@ DEPENDENCIES
jquery-rails
launchy
mysql2
newrelic_rpm
poltergeist
puma
pundit

View File

@ -8,7 +8,7 @@ set :repo_url, 'git@github.com:web-dev-camp/web_dev_site.git'
set :deploy_to, '/var/www/vhosts/webdev.camp'
# Default value for :linked_files is []
set :linked_files, fetch(:linked_files, []).push('config/database.yml', 'config/secrets.yml')
set :linked_files, fetch(:linked_files, []).push('config/database.yml', 'config/secrets.yml' , 'config/newrelic.yml')
# Default value for linked_dirs is []
# set :linked_dirs, fetch(:linked_dirs, []).push('log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle', 'public/system')