diff --git a/config/deploy.rb b/config/deploy.rb index d43dba69..0d410170 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -24,7 +24,7 @@ set :deploy_to, "/usr/home/justask/apps/retrospring" append :linked_files, "config/database.yml", "config/justask.yml", "config/secrets.yml" # Default value for linked_dirs is [] -append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/uploads", "public/system" +append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/uploads", "public/system", "public/exports" # Default value for default_env is {} # set :default_env, { path: "/opt/ruby/bin:$PATH" }