aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy/production.rb
blob: 8f300fdbf9b0388cee53a779114305bc047599a8 (plain)
1
2
3
4
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"