diff options
| author | Michel Etienne | 2015-01-08 17:12:27 +0100 | 
|---|---|---|
| committer | Michel Etienne | 2015-01-08 17:12:27 +0100 | 
| commit | 8a4bb1eb66da1140375071ea153b83946b07aa71 (patch) | |
| tree | f13dc027df0e31406a745e6c592e1ca536b36311 /config/deploy | |
| parent | d31369e508a37a46e57146ef9157b0d140c3b073 (diff) | |
| download | chouette-core-8a4bb1eb66da1140375071ea153b83946b07aa71.tar.bz2 | |
manage unauthenticated_root
Diffstat (limited to 'config/deploy')
| -rw-r--r-- | config/deploy/production.rb | 4 | ||||
| -rw-r--r-- | config/deploy/unstable.rb | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 57d36de2d..976a5d9a3 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,3 +1,3 @@  server "chouette.cityway.fr", :app, :web, :db, :primary => true -set :branch, "V2_5" -set :gui_cmd, "2.5.1"
\ No newline at end of file +set :branch, "V2_5_1" +set :gui_cmd, "2.5.1" diff --git a/config/deploy/unstable.rb b/config/deploy/unstable.rb index e8fe08e75..b5e60b53d 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, "V2_5" -set :gui_cmd, "2.5.1"
\ No newline at end of file +set :branch, "V2_5_1" +set :gui_cmd, "2.5.1" | 
