diff options
| author | Michel Etienne | 2015-10-28 10:15:03 +0100 |
|---|---|---|
| committer | Bruno Perles | 2015-11-04 13:57:52 +0100 |
| commit | 6ef1aab2fa4c82b4ae7c1f3850f3c92e099ec99a (patch) | |
| tree | 2a63c24a3b70444efdbc336a7cda34fe51b7cb6f | |
| parent | 4377542905c54dd1f2a148884b41005c2662e9d8 (diff) | |
| download | chouette-core-6ef1aab2fa4c82b4ae7c1f3850f3c92e099ec99a.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" |
