diff options
| author | Michel Etienne | 2015-01-09 16:11:33 +0100 | 
|---|---|---|
| committer | Michel Etienne | 2015-01-09 16:11:33 +0100 | 
| commit | 83f9d8cf48fb832b43f0ea08d6ee53eef1be734a (patch) | |
| tree | 68e44e3f377a67dbd607ff7de9d7be2558b205ae /config/deploy | |
| parent | 913bc3b257a8e3066388a8f2260756e97756a225 (diff) | |
| parent | ef4cc372d9dffe91354fb5ea5b44ef46a86677c4 (diff) | |
| download | chouette-core-83f9d8cf48fb832b43f0ea08d6ee53eef1be734a.tar.bz2 | |
add tests for hub export
Diffstat (limited to 'config/deploy')
| -rw-r--r-- | config/deploy/production.rb | 2 | ||||
| -rw-r--r-- | config/deploy/unstable.rb | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 3baa258d0..c24f29894 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"
\ No newline at end of file +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" | 
