diff --git a/config/deploy.rb b/config/deploy.rb index e9929cf..e9fb683 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -26,7 +26,7 @@ set :deploy_to, '/home/tab/production' # set :pty, true # Default value for :linked_files is [] -# set :linked_files, %w{config/database.yml} +set :linked_files, %w{config/database.yml config/secrets.yml} # Default value for linked_dirs is [] set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}