From 13c377427346feb086989975635c0eb142aee718 Mon Sep 17 00:00:00 2001 From: Michel Etienne Date: Tue, 18 Aug 2015 14:54:19 +0200 Subject: update deploy script --- config/deploy/staging.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/deploy') diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index e8f79cac6..d43d2a307 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, "V2_5" -set :gui_cmd, "2.5.1" \ No newline at end of file +set :branch, "V3_0" +set :gui_cmd, "3.0.0" -- cgit v1.2.3