Fix tap repos

This commit is contained in:
Tom Naessens 2015-09-01 15:40:16 +02:00
parent 71db4d600b
commit ea2731f63f
2 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,8 @@
# config valid only for Capistrano 3.1
# lock '3.1.0'
set :application, 'Tab'
set :repo_url, 'git@github.com:ZeusWPI/Tab.git'
set :application, 'Tap'
set :repo_url, 'git@github.com:ZeusWPI/Tap.git'
set :branch, 'master'
set :deploy_to, '/home/tab/production'

View file

@ -1,5 +1,4 @@
server 'king.ugent.be', user: 'tab', roles: %w{web app db},
ssh_options: {
server 'king.ugent.be', user: 'tab', roles: %w{web app db}, ssh_options: {
forward_agent: true,
auth_methods: ['publickey'],
port: 2222