From 1ef01ed4c73aeaa3220b49ade91bf7b015047ba0 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Tue, 7 Aug 2018 19:53:54 +0200 Subject: [PATCH] Deploy the master branch --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index f712a86..b11ca2c 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -4,7 +4,7 @@ set :application, 'Tab' set :repo_url, 'https://github.com/ZeusWPI/Tab.git' -set :branch, 'herbert' +set :branch, 'master' set :deploy_to, '/home/tab/production' # Default branch is :master