summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-10-31 11:53:28 +0100
committerHarald Eilertsen <haraldei@anduin.net>2015-10-31 11:53:28 +0100
commit9dcf6ba466f13380daeda3dbeca415a46bdf22ca (patch)
treeec8dd07dea8085fbc4c86c8e184b96dee7e9a878 /config
parent8a2f6f9c8d3c93096e87cc1ff3ec8d96d9a38bb2 (diff)
downloadnorsk-urskog-registrations-9dcf6ba466f13380daeda3dbeca415a46bdf22ca.tar.gz
norsk-urskog-registrations-9dcf6ba466f13380daeda3dbeca415a46bdf22ca.tar.bz2
norsk-urskog-registrations-9dcf6ba466f13380daeda3dbeca415a46bdf22ca.zip
Link config file into app.
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')