Do not link bin dir

This commit is contained in:
2014-09-03 18:40:58 +02:00
parent 181beaa3a6
commit dfb55546f5
+1 -1
View File
@@ -31,7 +31,7 @@ set :deploy_to, '/var/www/mozo.bar'
# set :linked_files, %w{config/database.yml} # set :linked_files, %w{config/database.yml}
# Default value for linked_dirs is [] # 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 {} # Default value for default_env is {}
# set :default_env, { path: "/opt/ruby/bin:$PATH" } # set :default_env, { path: "/opt/ruby/bin:$PATH" }