From 3e65a5ba5df7b494305e40689db54ee8e630b771 Mon Sep 17 00:00:00 2001 From: shmyga Date: Wed, 17 Jan 2018 09:16:17 +0300 Subject: [PATCH] [cap] use master branch in production --- config/deploy/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy/production.rb b/config/deploy/production.rb index c6acef5..15a56ef 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -10,4 +10,4 @@ user = fetch(:user) server host, ssh_options: { port: 22, user: user, forward_agent: true } set :tmp_dir, "/home/#{user}/tmp" -set :branch, 'develop' +set :branch, 'master'