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