Browse Source

cap update

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
8deec28a0e
  1. 7
      config/deploy.rb

7
config/deploy.rb

@ -2,14 +2,13 @@ require 'bundler/capistrano'
set :application, 'simpledns' set :application, 'simpledns'
set :domain, 'zooz.dyndns.org' set :domain, 'zooz.dyndns.org'
set :repository, "set your repository location here" # TODO: write me
set :repository, "ssh://#{domain}/home/clyfe/dev/#{application}.git" set :repository, "ssh://#{domain}/home/clyfe/dev/#{application}.git"
set :use_sudo, false
set :deploy_to, '/srv/www/apps/entrydns' set :deploy_to, '/srv/www/apps/entrydns'
set :user, 'clyfe' set :user, 'clyfe'
set :use_sudo, false
set :scm, 'git' set :scm, 'git'
set :branch, "master" # set :branch, "master"
set :scm_verbose, true # set :scm_verbose, true
# set :deploy_via, :remote_cache/:export .. etc # set :deploy_via, :remote_cache/:export .. etc
# set :git_enable_submodules, 1 # set :git_enable_submodules, 1

Loading…
Cancel
Save