Skip to content

Commit

Permalink
link honeybadger.yml to shared folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hardy committed Jul 17, 2017
1 parent 05a5c47 commit 2f3b176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# set :pty, true

# Default value for :linked_files is []
set :linked_files, fetch(:linked_files, []).push('config/database.yml')
set :linked_files, fetch(:linked_files, []).push('config/database.yml', 'config/honeybadger.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')
Expand Down

0 comments on commit 2f3b176

Please sign in to comment.