forked from cadey/xesite
mage: annotate commits with version
This commit is contained in:
parent
f2302488aa
commit
686dd1f7a7
2
mage.go
2
mage.go
|
@ -72,7 +72,7 @@ CMD /site/run.sh`
|
||||||
fout.Close()
|
fout.Close()
|
||||||
|
|
||||||
do("git", "add", "Dockerfile")
|
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")
|
do("git", "push", "dokku", "master")
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue