No commit activity in last 3 years
No release in over 3 years
Capistrano recipe for git manipulations
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Capistrano Git Tools

Adds a gtools:update_repo_url task which updates remote's URL on your servers to the actual one.

Install

Add to your Gemfile:

gem 'capistrano-gtools', require: false

Add to your deploy.rb script:

require 'capistrano/gtools'

Usage

After updating :repo_url in your config/deploy.rb, run:

cap gtools:update_repo_url

License

MIT