aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy
diff options
context:
space:
mode:
authorMichel Etienne2014-05-27 14:43:44 +0200
committerMichel Etienne2014-05-27 14:43:44 +0200
commita376a33fc9a7bea0e7a818e75daa3bcb86d7ebeb (patch)
treef8ad2d0609d4bc9f7ced0e3da1769d3fc716230c /config/deploy
parent21b05c1fd97c4b204dce4bc9268823604db3eabc (diff)
downloadchouette-core-a376a33fc9a7bea0e7a818e75daa3bcb86d7ebeb.tar.bz2
deploy Version 2.4.0
Diffstat (limited to 'config/deploy')
-rw-r--r--config/deploy/production.rb2
-rw-r--r--config/deploy/staging.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/deploy/production.rb b/config/deploy/production.rb
index d342580f4..872dfbf1a 100644
--- a/config/deploy/production.rb
+++ b/config/deploy/production.rb
@@ -1,2 +1,2 @@
server "chouette.cityway.fr", :app, :web, :db, :primary => true
-set :branch, "V2_1_0"
+set :branch, "V2_4"
diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb
index a4519644b..3a288164b 100644
--- a/config/deploy/staging.rb
+++ b/config/deploy/staging.rb
@@ -3,4 +3,4 @@ set :deploy_via, :copy
set :copy_cache, true
set :copy_via, :scp
set :copy_exclude, ".git/*"
-set :branch, "V2_3_0"
+set :branch, "V2_4"