diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-10-31 11:53:28 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-10-31 11:53:28 +0100 |
commit | 9dcf6ba466f13380daeda3dbeca415a46bdf22ca (patch) | |
tree | ec8dd07dea8085fbc4c86c8e184b96dee7e9a878 /config | |
parent | 8a2f6f9c8d3c93096e87cc1ff3ec8d96d9a38bb2 (diff) | |
download | norsk-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.rb | 4 |
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') |