diff options
| -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" |
