aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-04 15:30:59 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-04 15:30:59 +0100
commite3220dd3d1f720661fb2cdca875b9735906be9d6 (patch)
tree355d99c01c222e6ef6ccc21867cd758efaaea78a /config/deploy.rb
parentc1a305e53b8b8d5ca7c3e220c80567bda745fe60 (diff)
parent50eee6378d620b5d9d4f994581258e89788969ca (diff)
Merge branch 'alert-tracks-generator' into rails-3-develop
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 9cc847dba..afc586ecf 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -57,6 +57,7 @@ namespace :deploy do
"#{release_path}/files" => "#{shared_path}/files",
"#{release_path}/cache" => "#{shared_path}/cache",
"#{release_path}/log" => "#{shared_path}/log",
+ "#{release_path}/tmp/pids" => "#{shared_path}/tmp/pids",
"#{release_path}/lib/acts_as_xapian/xapiandbs" => "#{shared_path}/xapiandbs",
}
@@ -68,6 +69,7 @@ namespace :deploy do
run "mkdir -p #{shared_path}/files"
run "mkdir -p #{shared_path}/cache"
run "mkdir -p #{shared_path}/log"
+ run "mkdir -p #{shared_path}/tmp/pids"
run "mkdir -p #{shared_path}/xapiandbs"
end
end