diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-10-09 16:33:56 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-10-09 16:33:56 +1100 |
commit | c1ad2389b6967d825ace91dd24294c414465dab1 (patch) | |
tree | fc812ccb4ca81983efb1974f938f79b4244d0e18 | |
parent | f27413e8fa2ca61ef531bbb45543f2b8b9a0e457 (diff) |
Add the memcached config to Capistrano - you can't run multiple Alaveteli instances without it!
-rw-r--r-- | config/deploy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index f82379df0..5e1c3aa0d 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -48,6 +48,7 @@ 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}/public/foi-live-creation.png" => "#{shared_path}/foi-live-creation.png", "#{release_path}/public/foi-user-use.png" => "#{shared_path}/foi-user-use.png", |