diff --git a/config/deploy.rb b/config/deploy.rb index 8363a665..35e19f54 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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'