Skip to content

Commit

Permalink
add config/database.yml to linked_files in deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-sul committed Sep 14, 2018
1 parent 8bee5d9 commit 1b70450
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
# set :pty, true

# Default value for :linked_files is []
append :linked_files, 'config/master.key', 'config/honeybadger.yml'
# TODO: database.yml ...
append :linked_files, 'config/master.key', 'config/honeybadger.yml', 'config/database.yml'

# Default value for linked_dirs is []
# TODO: config/cli_environments can be removed after PRs addressing #169 are merged
Expand Down

0 comments on commit 1b70450

Please sign in to comment.