Skip to content

Commit

Permalink
Link the config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jul 24, 2018
1 parent c833e5d commit a322355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Expand Up @@ -24,7 +24,7 @@
# set :pty, true

# Default value for :linked_files is []
# set :linked_files, fetch(:linked_files, []).push('config/database.yml', 'config/secrets.yml')
set :linked_files, %w(config/secrets.yml config/honeybadger.yml)

# Default value for linked_dirs is []
set :linked_dirs, ['log', 'tmp']
Expand Down

0 comments on commit a322355

Please sign in to comment.