diff --git a/config/deploy.rb b/config/deploy.rb index 937cd6a..65c6e19 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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" }