diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-10 16:48:09 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-10 16:48:09 +0100 |
commit | acfffcc73bd2d8aadf9813d95e05d7c94f72ff24 (patch) | |
tree | 9c74380beea711fbf983b010fa2583e46ff20325 /config/deploy.rb | |
parent | d467a2589cb47244aa8ed6a561c56aa22ed128f8 (diff) | |
parent | f9ecaf75b398e6f0e09d291d7f34fc705fdeb0a8 (diff) |
Merge branch 'rails-3-develop' of ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
Diffstat (limited to 'config/deploy.rb')
-rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index c73d16f53..9cc847dba 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -56,6 +56,7 @@ namespace :deploy do "#{release_path}/public/foi-user-use.png" => "#{shared_path}/foi-user-use.png", "#{release_path}/files" => "#{shared_path}/files", "#{release_path}/cache" => "#{shared_path}/cache", + "#{release_path}/log" => "#{shared_path}/log", "#{release_path}/lib/acts_as_xapian/xapiandbs" => "#{shared_path}/xapiandbs", } @@ -66,6 +67,7 @@ namespace :deploy do after 'deploy:setup' do run "mkdir -p #{shared_path}/files" run "mkdir -p #{shared_path}/cache" + run "mkdir -p #{shared_path}/log" run "mkdir -p #{shared_path}/xapiandbs" end end |