diff options
| author | Michel Etienne | 2015-10-28 10:15:03 +0100 |
|---|---|---|
| committer | Michel Etienne | 2015-10-28 10:15:03 +0100 |
| commit | 76c72bd122027f86612f2c84768fd9d8eea65471 (patch) | |
| tree | 2a63c24a3b70444efdbc336a7cda34fe51b7cb6f | |
| parent | 1db67ba067d373fe845c9f2cde843af0386393e5 (diff) | |
| download | chouette-core-76c72bd122027f86612f2c84768fd9d8eea65471.tar.bz2 | |
deployment
| -rw-r--r-- | config/deploy/staging.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index 2796e44a2..983e4ec68 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -3,5 +3,5 @@ set :deploy_via, :copy set :copy_cache, true set :copy_via, :scp set :copy_exclude, ".git/*" -set :branch, "master" +set :branch, "V3_1" set :gui_cmd, "3.0.0" |
