From 957fc54d1a7807fb66c3148ad0042542e7b13c3e Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Tue, 8 Sep 2015 13:34:36 +0200 Subject: [PATCH] Forgot a sub --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 452f06c..6370b83 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -5,7 +5,7 @@ set :application, 'Tap' set :repo_url, 'git@github.com:ZeusWPI/Tap.git' set :branch, 'master' -set :deploy_to, '/home/tab/production' +set :deploy_to, '/home/tap/production' # Default branch is :master # ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }