diff options
| author | Michel Etienne | 2014-12-12 14:03:20 +0100 | 
|---|---|---|
| committer | Michel Etienne | 2014-12-12 14:03:20 +0100 | 
| commit | 07bac1b8ce8bf6380cd9bfc07ad174e3a88fcfd2 (patch) | |
| tree | a4204642db2467ae82d43fff451b8198f5f70af0 /config/deploy/private.rb | |
| parent | 31c95491453c51035aaf7fc0282984d6a4030757 (diff) | |
| download | chouette-core-07bac1b8ce8bf6380cd9bfc07ad174e3a88fcfd2.tar.bz2 | |
adapt deploy configuration
Diffstat (limited to 'config/deploy/private.rb')
| -rw-r--r-- | config/deploy/private.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/config/deploy/private.rb b/config/deploy/private.rb new file mode 100644 index 000000000..58301b4fe --- /dev/null +++ b/config/deploy/private.rb @@ -0,0 +1,3 @@ +server "chouette-private.marseille.cityway.fr", :app, :web, :db, :primary => true +set :branch, "V2_5" +set :gui_cmd, "2.5.1" | 
