makefile: push to git repos

This commit is contained in:
Marvin Steadfast 2018-03-12 08:32:48 +00:00
parent ea91df4a8f
commit 64ec53c7ea

View File

@ -124,4 +124,8 @@ newpost:
writingenv:
docker-compose run --rm --service-ports blog /opt/xonsh/bin/xonsh
.PHONY: html help clean regenerate serve devserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github newpost writingenv
push:
git push origin master
git push gitlab master
.PHONY: html help clean regenerate serve devserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github newpost writingenv push