Herbert
This commit is contained in:
parent
775fd1cb64
commit
1a851555c6
4 changed files with 6 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
2.3.0-dev
|
2.5.0
|
||||||
|
|
2
Capfile
2
Capfile
|
@ -3,6 +3,8 @@ require 'capistrano/setup'
|
||||||
|
|
||||||
# Includes default deployment tasks
|
# Includes default deployment tasks
|
||||||
require 'capistrano/deploy'
|
require 'capistrano/deploy'
|
||||||
|
require "capistrano/scm/git"
|
||||||
|
install_plugin Capistrano::SCM::Git
|
||||||
|
|
||||||
require 'capistrano/rails'
|
require 'capistrano/rails'
|
||||||
require 'capistrano/rbenv'
|
require 'capistrano/rbenv'
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
# lock '3.1.0'
|
# lock '3.1.0'
|
||||||
|
|
||||||
set :application, 'Tap'
|
set :application, 'Tap'
|
||||||
set :repo_url, 'git@github.com:ZeusWPI/Tap.git'
|
set :repo_url, 'https://github.com/ZeusWPI/Tap.git'
|
||||||
|
|
||||||
set :branch, 'master'
|
set :branch, 'herbert'
|
||||||
set :deploy_to, '/home/tap/production'
|
set :deploy_to, '/home/tap/production'
|
||||||
|
|
||||||
# Default branch is :master
|
# Default branch is :master
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
server 'zeus.ugent.be', user: 'tap', roles: %w{web app db}, ssh_options: {
|
server 'tap.zeus.gent', user: 'tap', roles: %w{web app db}, ssh_options: {
|
||||||
forward_agent: true,
|
forward_agent: true,
|
||||||
auth_methods: ['publickey'],
|
auth_methods: ['publickey'],
|
||||||
port: 2222
|
port: 2222
|
||||||
|
|
Loading…
Reference in a new issue