mage: annotate commits with version

This commit is contained in:
Cadey Ratio 2017-12-13 11:43:21 -08:00
parent f2302488aa
commit 686dd1f7a7
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ CMD /site/run.sh`
fout.Close()
do("git", "add", "Dockerfile")
do("git", "commit", "-m", "Dockerfile: update for deployment")
do("git", "commit", "-m", "Dockerfile: update for deployment of version "+tag)
do("git", "push", "dokku", "master")
return nil