Add public/uploads to the shared directories
This commit is contained in:
parent
2535429b85
commit
a6617c1407
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue