aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2017-12-13 11:55:27 -0800
committerChristine Dodrill <me@christine.website>2017-12-13 11:55:27 -0800
commitec1cdadd4429d0b7577fe6923557d3154079df57 (patch)
tree34964c1e57a7a1cbbabf54d860af530b54a525ba
parent4b7c1450889fa4b1f965405c0fa8958a282f8fdd (diff)
downloadxesite-ec1cdadd4429d0b7577fe6923557d3154079df57.tar.xz
xesite-ec1cdadd4429d0b7577fe6923557d3154079df57.zip
mage: git push
-rw-r--r--mage.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/mage.go b/mage.go
index 1c406b2..ee31edd 100644
--- a/mage.go
+++ b/mage.go
@@ -74,6 +74,7 @@ CMD /site/run.sh`
do("git", "add", "Dockerfile")
do("git", "commit", "-m", "Dockerfile: update for deployment of version "+tag)
do("git", "push", "dokku", "master")
+ do("git", "push")
return nil
}