diff options
Diffstat (limited to 'config/deploy')
| -rw-r--r-- | config/deploy/private.rb | 2 | ||||
| -rw-r--r-- | config/deploy/unstable.rb | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/config/deploy/private.rb b/config/deploy/private.rb index 0a9cb5e0c..44823408f 100644 --- a/config/deploy/private.rb +++ b/config/deploy/private.rb @@ -1,3 +1,3 @@  server "chouette-private.marseille.cityway.fr", :app, :web, :db, :primary => true -set :branch, "V2_5" +set :branch, "V3_1"  set :gui_cmd, "2.5.2" diff --git a/config/deploy/unstable.rb b/config/deploy/unstable.rb index d363a6fa4..4fab428c7 100644 --- a/config/deploy/unstable.rb +++ b/config/deploy/unstable.rb @@ -1,3 +1,3 @@  server "chouette-p.aix.cityway.fr", :app, :web, :db, :primary => true -set :branch, "master" +set :branch, "V3_1"  #set :gui_cmd, "2.5.2" | 
