Remove the db directory from the linked ones
This commit is contained in:
parent
c057fa00f6
commit
c94a630f7f
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue