Add public/uploads to the shared directories

This commit is contained in:
Petko Bordjukov 2014-08-31 20:19:21 +03:00
parent 2535429b85
commit a6617c1407
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ set :deploy_to, '/home/barf/clarion'
set :linked_files, %w{config/puma.rb config/database.yml config/secrets.yml}
# Default value for linked_dirs is []
set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system public/uploads}
# Default value for default_env is {}
# set :default_env, { path: "/opt/ruby/bin:$PATH" }