Created
September 4, 2013 17:51
-
-
Save josemarluedke/6440351 to your computer and use it in GitHub Desktop.
Pushing specific tags to Heroku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git tag -a v1.1 | |
$ git push heroku v1.1^{}:master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment