diff options
| author | Michel Etienne | 2014-12-12 14:03:01 +0100 | 
|---|---|---|
| committer | Michel Etienne | 2014-12-12 14:03:01 +0100 | 
| commit | 31c95491453c51035aaf7fc0282984d6a4030757 (patch) | |
| tree | 764794b972b4517252f13e7ba926f24db37d05ea /config/deploy | |
| parent | 6a52c53bc091a35cce8aa601c1c82f1f4e516407 (diff) | |
| download | chouette-core-31c95491453c51035aaf7fc0282984d6a4030757.tar.bz2 | |
adapt deploy configuration
Diffstat (limited to 'config/deploy')
| -rw-r--r-- | config/deploy/production.rb | 2 | ||||
| -rw-r--r-- | config/deploy/sismo.rb | 3 | 
2 files changed, 1 insertions, 4 deletions
| diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 57d36de2d..3baa258d0 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,3 +1,3 @@ -server "chouette.cityway.fr", :app, :web, :db, :primary => true +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 diff --git a/config/deploy/sismo.rb b/config/deploy/sismo.rb deleted file mode 100644 index 4e7c6cd57..000000000 --- a/config/deploy/sismo.rb +++ /dev/null @@ -1,3 +0,0 @@ -server "chouette-sismo.marseille.cityway.fr", :app, :web, :db, :primary => true -set :branch, "V2_5" -set :gui_cmd, "2.5.1" | 
