No commit activity in last 3 years
No release in over 3 years
Git External commands need to be run on every deploy before the update_code task, this extension allows the user to activate this functionality
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.5.19
 Project Readme

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