aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-10-09 11:32:37 +0100
committerLouise Crow <louise.crow@gmail.com>2012-10-09 11:32:37 +0100
commit3c69d999dfdc09d8ad94c4d8e36c61b4fc0dd127 (patch)
tree64c2e5d08b096e11a8b10de11c9914b428cf8f13 /config/deploy.rb
parent28ae5eb5595b41e06da5d74a6670b806364ef23a (diff)
parent084f62b27304c2a06a844cd5a38b467b65dbab12 (diff)
Merge remote-tracking branch 'henare_github/add-memcached-to-capistrano' into develop
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb1
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",