aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorLuc Donnet2015-02-09 14:28:03 +0100
committerLuc Donnet2015-02-09 14:28:03 +0100
commitfc4f3d87cf4418083b5a8a0ee24669f430106703 (patch)
tree0f390c3bf7fc0f5ef729d0f2c65c71a76dd5b13c /config/deploy.rb
parent85c1db258c11d660bc3e55e0229b1302aae1d02f (diff)
downloadchouette-core-fc4f3d87cf4418083b5a8a0ee24669f430106703.tar.bz2
Initialize sitemap to use help with search engine
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 0f8a3f673..32cb71385 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -20,7 +20,7 @@ set :copy_exclude, ".git/*"
ssh_options[:forward_agent] = true
ssh_options[:keys] = [File.join(ENV["HOME"], ".ssh", "id_rsa")]
-after "deploy:update", "deploy:cleanup", "deploy:group_writable"
+after "deploy:update", "deploy:cleanup", "deploy:group_writable", "deploy:sitemap:refresh"
after "deploy:update_code", "deploy:symlink_shared", "deploy:chouette_command", "deploy:gems"
# ugly workaround for bug https://github.com/capistrano/capistrano/issues/81
before "deploy:assets:precompile", "deploy:symlink_shared"