aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy')
-rw-r--r--config/deploy/private.rb2
-rw-r--r--config/deploy/production.rb4
-rw-r--r--config/deploy/staging.rb4
-rw-r--r--config/deploy/unstable.rb2
4 files changed, 6 insertions, 6 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/production.rb b/config/deploy/production.rb
index c24f29894..269e4347a 100644
--- a/config/deploy/production.rb
+++ b/config/deploy/production.rb
@@ -1,3 +1,3 @@
server "chouette.marseille.cityway.fr", :app, :web, :db, :primary => true
-set :branch, "V2_5"
-set :gui_cmd, "2.5.1"
+set :branch, "V3_1"
+set :gui_cmd, "3.1.0"
diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb
index e8f79cac6..983e4ec68 100644
--- a/config/deploy/staging.rb
+++ b/config/deploy/staging.rb
@@ -3,5 +3,5 @@ set :deploy_via, :copy
set :copy_cache, true
set :copy_via, :scp
set :copy_exclude, ".git/*"
-set :branch, "V2_5"
-set :gui_cmd, "2.5.1" \ No newline at end of file
+set :branch, "V3_1"
+set :gui_cmd, "3.0.0"
diff --git a/config/deploy/unstable.rb b/config/deploy/unstable.rb
index aff60778c..d363a6fa4 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, "V3_0"
+set :branch, "master"
#set :gui_cmd, "2.5.2"