Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewsonne/capistrano-scm-gitsubmodules
Git submodules support for capistrano 3
https://github.com/drewsonne/capistrano-scm-gitsubmodules
Last synced: about 1 month ago
JSON representation
Git submodules support for capistrano 3
- Host: GitHub
- URL: https://github.com/drewsonne/capistrano-scm-gitsubmodules
- Owner: drewsonne
- License: mit
- Created: 2013-11-12T19:38:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-12T21:31:29.000Z (about 11 years ago)
- Last Synced: 2023-03-11T02:02:57.033Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.