From a6617c1407c0e0c87f2a85c7ba67e54a5642e03c Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Sun, 31 Aug 2014 20:19:21 +0300 Subject: [PATCH] Add public/uploads to the shared directories --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index dd3e111..f3547de 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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" }