Forgot a sub

This commit is contained in:
Tom Naessens 2015-09-08 13:34:36 +02:00
parent 81691282f8
commit 957fc54d1a

View file

@ -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 }