Skip to content

Commit

Permalink
fix uploads linked dir
Browse files Browse the repository at this point in the history
  • Loading branch information
francescolaffi committed Mar 1, 2014
1 parent e665678 commit 511be50
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 @@ -17,7 +17,7 @@
set :log_level, :info

set :linked_files, %w{.env}
set :linked_dirs, %w{app/uploads}
set :linked_dirs, %w{web/app/uploads}

namespace :deploy do
desc 'Restart application'
Expand Down

0 comments on commit 511be50

Please sign in to comment.