Skip to content

Commit

Permalink
Symlink New Relic config across deploys (#444)
Browse files Browse the repository at this point in the history
__Why__
This is needed to add the .gitignored New Relic config to the remote server
across deploys.

__How__
Add to Capistrano's list of linked files.
  • Loading branch information
jgrevich authored and amoose committed Sep 1, 2016
1 parent 4af99df commit 25798c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
set :linked_files, %w(certs/saml.crt
config/application.yml
config/database.yml
config/newrelic.yml
keys/saml.key.enc)
set :linked_dirs, %w(bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system)
set :rails_env, :production
Expand Down

0 comments on commit 25798c1

Please sign in to comment.