Forgot a sub
This commit is contained in:
parent
81691282f8
commit
957fc54d1a
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue