Skip to content

Commit

Permalink
Merge pull request #221 from allaire/patch-1
Browse files Browse the repository at this point in the history
Add .bundle to linked_dirs
  • Loading branch information
mattbrictson committed Apr 6, 2018
2 parents 4cf4d83 + 93a2b9a commit 19c51f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Make sure you enable it by setting `linked_dirs` and `linked_files` options:

```ruby
# deploy.rb
append :linked_dirs, 'log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle', 'public/system', 'public/uploads'
append :linked_dirs, 'log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle', '.bundle', 'public/system', 'public/uploads'
append :linked_files, 'config/database.yml', 'config/secrets.yml'
```

Expand Down

0 comments on commit 19c51f5

Please sign in to comment.