Skip to content

drewsonne/capistrano-scm-gitsubmodules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Submodules for capistrano 3

Installation

Add this line to your application's Gemfile:

gem 'capistrano-scm-gitsubmodules'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano-scm-gitsubmodules

Usage

Add require 'capistrano/gitsubmodules' to your Capfile

set scm: 'gitsubmodules'

This wil make capistrano require the tasks.

Notes

This gem replaces the archive technique with a clone. So release folders will be clones of the repo folder, instead of just plain files, similar to capistrano 2.

About

Git submodules support for capistrano 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages