Last Updated: February 25, 2016
·
1.42K
· relistan

Git Tagging Deployments

You can get a lot of benefit from having your deployment framework automatically tag your code releases. This is particularly true when you are supporting multiple deployment environments and want a clear picture of what is deployed where and when.

I have written a Capistrano plugin that does just that:

https://github.com/mydrive/capistrano-deploytags

Or from Rubygems.org

gem install capistrano-deploytags