From 1e8e93a6dfbea4524ff3f7733257f8a02949adcd Mon Sep 17 00:00:00 2001 From: Yulia Bushmanova Date: Mon, 30 Mar 2015 22:22:03 -0500 Subject: [PATCH] Removed /bin from linked directories https://github.com/capistrano/bundler/issues/45 --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index d7f280a..e1f75f5 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -30,7 +30,7 @@ # set :linked_files, %w{config/database.yml} # Default value for linked_dirs is [] -set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system tmp/db_backups} +set :linked_dirs, %w{log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system tmp/db_backups} # Default value for default_env is {} # set :default_env, { path: "/opt/ruby/bin:$PATH" }