Skip to content

Commit

Permalink
Remove config/secrets.yml
Browse files Browse the repository at this point in the history
We now get this from an env variable
  • Loading branch information
jcoyne committed Aug 16, 2024
1 parent c1c195f commit c1067d6
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 @@ -26,7 +26,7 @@
# set :pty, true

# Default value for :linked_files is []
set :linked_files, %w[config/secrets.yml config/database.yml config/blacklight.yml config/honeybadger.yml]
set :linked_files, %w[config/database.yml config/blacklight.yml config/honeybadger.yml]

# Default value for linked_dirs is []
set :linked_dirs, %w[config/settings log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system]
Expand Down

0 comments on commit c1067d6

Please sign in to comment.