Skip to content

dcestari/capistrano-git-external

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capistrano Git External Extension

Allows capistrano to use git external on checkout and sync from a git repository.

Usage

  1. require the library on the Capfile before loading your deploy.rb file require 'rubygems' require 'capistrano-git-external' load 'config/deploy'

  2. then enable git externals on your deploy.rb and that's it set :git_enable_externals, 1

About

Capistrano patch for enabling git external usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages