Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Publisher doesn't need to copy in redis file anymore
Browse files Browse the repository at this point in the history
This is now handled by env vars.
  • Loading branch information
kevindew committed Oct 18, 2017
1 parent a1b36ac commit 17b964a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions publisher/config/deploy.rb
Expand Up @@ -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
Expand Down

0 comments on commit 17b964a

Please sign in to comment.