How to deploy a git tag to Heroku

January 26th, 2012 by andy Leave a reply »

Simple:

git push heroku tag_name:master –force

The –force is not normally needed, but i needed it because i’d already deployed git head, so needed this to avoid git complaints

Advertisement

Leave a Reply