diff options
Diffstat (limited to 'config/deploy')
| -rw-r--r-- | config/deploy/production.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/config/deploy/production.rb b/config/deploy/production.rb index c24f29894..8f300fdbf 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,3 +1,5 @@  server "chouette.marseille.cityway.fr", :app, :web, :db, :primary => true  set :branch, "V2_5"  set :gui_cmd, "2.5.1" + +after "deploy:update", "deploy:sitemap:refresh" | 
