diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-17 18:40:18 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-01-17 18:40:18 +0000 |
commit | 3f5859847f0b559d771dba62265adb7d06194c1b (patch) | |
tree | 54733120cbf9a3d3d37fa533edfc86f1a4b572ae /config/deploy.rb | |
parent | e6a6e432601f393b69a9f06b71130ad6cc064232 (diff) |
Remove memcached config files, references to memcached and interlock.
Diffstat (limited to 'config/deploy.rb')
-rw-r--r-- | config/deploy.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index f52883bd4..5e660434a 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -48,7 +48,6 @@ namespace :deploy do links = { "#{release_path}/config/database.yml" => "#{shared_path}/database.yml", "#{release_path}/config/general.yml" => "#{shared_path}/general.yml", - "#{release_path}/config/memcached.yml" => "#{shared_path}/memcached.yml", "#{release_path}/config/rails_env.rb" => "#{shared_path}/rails_env.rb", "#{release_path}/config/newrelic.yml" => "#{shared_path}/newrelic.yml", "#{release_path}/config/aliases" => "#{shared_path}/aliases", |