From c1067d6435d64518e76d27d5455a6273287fe30d Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 16 Aug 2024 14:43:38 -0500 Subject: [PATCH] Remove config/secrets.yml We now get this from an env variable --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 97db8bb..b7cf28a 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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]