aboutsummaryrefslogtreecommitdiff
blob: 8d0543df0a081dff5e86bc0bbcba893067c69db8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Do not change those
require 'bundler/capistrano'

set :repository, "git://git.overlays.gentoo.org/proj/council-webapp.git"
set :scm, "git"
set :branch, "master"
set :deploy_subdir, "site"

# Capistrano will ssh to those hosts
role :web, "localhost"
role :app, "localhost"
role :db, "localhost"

# and will use this user name
set :user, 'joszi'

#and will put site in subdirectory of
set :deploy_to, "/home/joszi/app.git/"