diff options
| author | Michel Etienne | 2015-01-19 16:55:14 +0100 |
|---|---|---|
| committer | Michel Etienne | 2015-01-19 16:55:14 +0100 |
| commit | bf390d1eaade085449014427ce5fedd05f35a52f (patch) | |
| tree | f310a6868f907d03236dd5b769faaaf7ad4e27be /config/deploy | |
| parent | 75d64d3f42785181e24c1ace382d1f159f192989 (diff) | |
| download | chouette-core-bf390d1eaade085449014427ce5fedd05f35a52f.tar.bz2 | |
prepare deployment on 2.5.2
Diffstat (limited to 'config/deploy')
| -rw-r--r-- | config/deploy/private.rb | 2 | ||||
| -rw-r--r-- | config/deploy/unstable.rb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/deploy/private.rb b/config/deploy/private.rb index 58301b4fe..0a9cb5e0c 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 :gui_cmd, "2.5.1" +set :gui_cmd, "2.5.2" diff --git a/config/deploy/unstable.rb b/config/deploy/unstable.rb index b5e60b53d..38317bad3 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_1" -set :gui_cmd, "2.5.1" +set :branch, "V2_5" +set :gui_cmd, "2.5.2" |
