From dfb55546f5a7d91ffc6958f8de51727b4f1790ae Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Wed, 3 Sep 2014 18:40:58 +0200 Subject: [PATCH] Do not link bin dir --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index acb6967f..b101a340 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -31,7 +31,7 @@ set :deploy_to, '/var/www/mozo.bar' # 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} +set :linked_dirs, %w{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" }