From 17b964a20cc745e6a0cfeb0a360e9ae086cb9b87 Mon Sep 17 00:00:00 2001 From: Kevin Dew Date: Wed, 18 Oct 2017 15:12:38 +0100 Subject: [PATCH] Publisher doesn't need to copy in redis file anymore This is now handled by env vars. --- publisher/config/deploy.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/publisher/config/deploy.rb b/publisher/config/deploy.rb index cd654544..f5af1f9b 100644 --- a/publisher/config/deploy.rb +++ b/publisher/config/deploy.rb @@ -25,10 +25,6 @@ require "whenever/capistrano" end -set :config_files_to_upload, { - "secrets/to_upload/redis.yml" => 'config/redis.yml', -} - namespace :deploy do desc "Create a symlink from the latest_release path to the /data/uploads directory" task :create_reports_symlink do