summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/deploy.rb4
1 files changed, 1 insertions, 3 deletions
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')