mage: git push

This commit is contained in:
Cadey Ratio 2017-12-13 11:55:27 -08:00
parent 4b7c145088
commit ec1cdadd44
1 changed files with 1 additions and 0 deletions

View File

@ -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
}