mydrive / capistrano-deploytags

Add timestamped Git tags for each environment on deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello! i have a similar gem

jrochkind opened this issue · comments

I've been working on similar without realizing you were working on this. I tried to solve a superset of the 'deploytags' problem, including some of the workflow from the older gitflow cap extensions for multi-stage -- I also tried to be much nicer for single-stage cap recipes, without requiring the setting of 'branch' (but also work with single stage where you DO set the branch).

Would you be interested in comparing and contrasting our solutions and seeing if it makes sense to merge them?

https://github.com/jrochkind/cap_git_tools

Hi, thanks for the note. I'll take a look. To be honest we're using this in a lot of places and the automatic-ness was intentional because it plugs into all of our recipes with no callbacks to maintain. It is also used by my capistrano-detect-migrations gem. But I'll have a look and see if we might have some overlap we should combine. Cheers

Thanks for the suggestion but at this point we're happy running what we have. Good luck, though!