Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Don't link tmp/cache on deploy to avoid inappropriate sprockets caching
Browse files Browse the repository at this point in the history
  • Loading branch information
pkmitre committed Jul 23, 2014
1 parent 5afcf5a commit 74e0954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set :repo_url, 'https://github.com/projecttacoma/bonnie.git'
set :deploy_to, '/var/www/rails_apps/bonnie'

set :linked_dirs, fetch(:linked_dirs).concat(%w{log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system db/backups})
set :linked_dirs, fetch(:linked_dirs).concat(%w{log tmp/pids tmp/sockets vendor/bundle public/system db/backups})

namespace :deploy do

Expand Down

0 comments on commit 74e0954

Please sign in to comment.