From 9dcf6ba466f13380daeda3dbeca415a46bdf22ca Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 31 Oct 2015 11:53:28 +0100 Subject: Link config file into app. --- config/deploy.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config') diff --git a/config/deploy.rb b/config/deploy.rb index 0502fb5..b695413 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -6,9 +6,7 @@ set :repo_url, 'https://github.com/snake66/norsk-urskog-registrations.git' set :passenger_restart_with_touch, true set :rvm_ruby_version, '2.2.3' set :deploy_to, '/usr/local/www/norsk-urskog/registration' - -# Default value for :linked_files is [] -# set :linked_files, fetch(:linked_files, []).push('config/database.yml', 'config/secrets.yml') +set :linked_files, fetch(:linked_files, []).push('config.yml') # Default value for linked_dirs is [] # set :linked_dirs, fetch(:linked_dirs, []).push('log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle', 'public/system') -- cgit v1.2.3