diff options
| author | Michel Etienne | 2014-11-14 11:04:34 +0100 |
|---|---|---|
| committer | Michel Etienne | 2014-11-14 11:04:34 +0100 |
| commit | d795be5ec49e4ed04d03177469a1cc79b654cda6 (patch) | |
| tree | 1cc8bca7e2fe1a48e7341c38f858f582271b5739 /config/deploy | |
| parent | ab46893445585fcd2ebee469c8c2065cecd5963d (diff) | |
| download | chouette-core-d795be5ec49e4ed04d03177469a1cc79b654cda6.tar.bz2 | |
add java deploy with capistrano
Diffstat (limited to 'config/deploy')
| -rw-r--r-- | config/deploy/production.rb | 1 | ||||
| -rw-r--r-- | config/deploy/sismo.rb | 1 | ||||
| -rw-r--r-- | config/deploy/staging.rb | 1 | ||||
| -rw-r--r-- | config/deploy/unstable.rb | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/config/deploy/production.rb b/config/deploy/production.rb index 872dfbf1a..ab1408c1c 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,2 +1,3 @@ server "chouette.cityway.fr", :app, :web, :db, :primary => true set :branch, "V2_4" +set :gui_cmd, "2.4.1"
\ No newline at end of file diff --git a/config/deploy/sismo.rb b/config/deploy/sismo.rb index a8cb59006..3da595688 100644 --- a/config/deploy/sismo.rb +++ b/config/deploy/sismo.rb @@ -1,2 +1,3 @@ server "chouette-sismo.marseille.cityway.fr", :app, :web, :db, :primary => true set :branch, "V2_5" +set :gui_cmd, "2.5.0" diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index 3a288164b..d2b24df3d 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -4,3 +4,4 @@ set :copy_cache, true set :copy_via, :scp set :copy_exclude, ".git/*" set :branch, "V2_4" +set :gui_cmd, "2.4.1"
\ No newline at end of file diff --git a/config/deploy/unstable.rb b/config/deploy/unstable.rb index d8d5d30bc..696303466 100644 --- a/config/deploy/unstable.rb +++ b/config/deploy/unstable.rb @@ -1,2 +1,3 @@ server "chouette-p.aix.cityway.fr", :app, :web, :db, :primary => true set :branch, "V2_5" +set :gui_cmd, "2.5.0"
\ No newline at end of file |
