diff options
Diffstat (limited to 'config/deploy')
| -rw-r--r-- | config/deploy/production.rb | 2 | ||||
| -rw-r--r-- | config/deploy/staging.rb | 2 | 
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" | 
