Skip to content

Commit

Permalink
Merge pull request #2515 from sul-dlss/linked-files
Browse files Browse the repository at this point in the history
Remove secrets.yml from linked files
  • Loading branch information
jcoyne authored Aug 16, 2024
2 parents cc19c87 + 5d073d2 commit 0ddc95b
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 @@ -24,7 +24,7 @@
# set :pty, true

# Default value for :linked_files is []
set :linked_files, %w(public/robots.txt config/secrets.yml config/database.yml config/blacklight.yml config/honeybadger.yml config/newrelic.yml)
set :linked_files, %w(public/robots.txt config/database.yml config/blacklight.yml config/honeybadger.yml config/newrelic.yml)

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

0 comments on commit 0ddc95b

Please sign in to comment.