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 09c9839 commit 05ad4fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
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[config/database.yml config/secrets.yml config/honeybadger.yml]
set :linked_files, %w[config/database.yml config/honeybadger.yml]

# Default value for linked_dirs is []
set :linked_dirs, %w[config/settings log storage tmp/pids tmp/cache tmp/sockets tmp/uploads vendor/bundle public/system]
Expand Down
32 changes: 0 additions & 32 deletions config/secrets.yml

This file was deleted.

0 comments on commit 05ad4fb

Please sign in to comment.