From 64ec53c7ea43b02092b6d849e29421ad703ccde9 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Mon, 12 Mar 2018 08:32:48 +0000 Subject: [PATCH] makefile: push to git repos --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03ae747..693d735 100644 --- a/Makefile +++ b/Makefile @@ -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