Remove the db directory from the linked ones

This commit is contained in:
Petko Bordjukov 2016-10-06 23:02:39 +03:00
parent c057fa00f6
commit c94a630f7f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ set :deploy_to, '/home/barf/gauge'
append :linked_files, 'config/database.yml', 'config/secrets.yml'
# Default value for linked_dirs is []
append :linked_dirs, 'log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle', 'public/system', 'db'
append :linked_dirs, 'log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle', 'public/system'
# Default value for default_env is {}
# set :default_env, { path: "/opt/ruby/bin:$PATH" }