Remove bin from linked dirs
This commit is contained in:
parent
0bcca5be87
commit
992da8e21e
@ -16,7 +16,7 @@ set :deploy_to, '/home/jesse/web/thirteen-tien-len'
|
||||
# set :pty, true
|
||||
|
||||
set :linked_files, %w{config/database.yml .env}
|
||||
set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system public/lift-calculator}
|
||||
set :linked_dirs, %w{log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system public/lift-calculator}
|
||||
|
||||
set :rbenv_type, :user # or :system, depends on your rbenv setup
|
||||
set :rbenv_ruby, '2.2.3'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user