0.0
No commit activity in last 3 years
No release in over 3 years
Some common capistrano tasks for all our applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Zorros-deploy gem

Build Status

That's only a sample gem done to show the Zorros people how to create a small gem.

It's only purpose is to add a tag to the git repository of a project each time it's deployed with capistrano. It heavily follows our way of working so it will probably not fit for you. But if it does, please, feel free to give us a hand with it!

How to use it

The gem supposes you've a multistage environment set up. You'll need to include it on your config/deploy/production.rb file, like that.

require 'zorros-deploy/capistrano'

Once you've done it, you'll have a small task on capistrano wich will automatically create a git tag with the format dd-mm-yyyy each time you deploy to production.

The tag will be created in your working copy's current branch, so make sure you're in the branch/commit you're deploying to tag the right thing.