Remove bin from linked dirs
This commit is contained in:
parent
5ba36e431f
commit
052989e819
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ set :deploy_to, '/home/tap/production'
|
|||
set :linked_files, %w{config/database.yml config/secrets.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" }
|
||||
|
|
Loading…
Reference in a new issue