From f7c5850c11594f25df26dbb2e5b03984f71dafbd Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Thu, 8 Oct 2015 20:14:21 +0300 Subject: [PATCH] Use a server-specific database config --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 87c273e..44aa3f5 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -23,7 +23,7 @@ set :log_level, :info # set :pty, true # Default value for :linked_files is [] -set :linked_files, fetch(:linked_files, []).push('config/secrets.yml', 'db/production.sqlite3') +set :linked_files, fetch(:linked_files, []).push('config/database.yml', 'config/secrets.yml', 'db/production.sqlite3') # Default value for linked_dirs is [] set :linked_dirs, fetch(:linked_dirs, []).push('log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle', 'public/system')