Fix tap repos
This commit is contained in:
parent
71db4d600b
commit
ea2731f63f
2 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# config valid only for Capistrano 3.1
|
# config valid only for Capistrano 3.1
|
||||||
# lock '3.1.0'
|
# lock '3.1.0'
|
||||||
|
|
||||||
set :application, 'Tab'
|
set :application, 'Tap'
|
||||||
set :repo_url, 'git@github.com:ZeusWPI/Tab.git'
|
set :repo_url, 'git@github.com:ZeusWPI/Tap.git'
|
||||||
|
|
||||||
set :branch, 'master'
|
set :branch, 'master'
|
||||||
set :deploy_to, '/home/tab/production'
|
set :deploy_to, '/home/tab/production'
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
server 'king.ugent.be', user: 'tab', roles: %w{web app db},
|
server 'king.ugent.be', user: 'tab', roles: %w{web app db}, ssh_options: {
|
||||||
ssh_options: {
|
|
||||||
forward_agent: true,
|
forward_agent: true,
|
||||||
auth_methods: ['publickey'],
|
auth_methods: ['publickey'],
|
||||||
port: 2222
|
port: 2222
|
||||||
|
|
Loading…
Reference in a new issue