mydrive / capistrano-deploytags

Add timestamped Git tags for each environment on deployment
BSD 2-Clause "Simplified" License
123 stars 20 forks source link

Add a :deploytag_suffix setting. #19

Closed whitequark closed 10 years ago

whitequark commented 10 years ago

This setting appends user-specified string to tag annotation. It can be useful e.g. with Travis CI, which currently rebuilds all pushed tags and doesn't have a way to turn it off.

whitequark commented 10 years ago

Nevermind, this doesn't actually work