makefile: push to git repos
This commit is contained in:
parent
ea91df4a8f
commit
64ec53c7ea
6
Makefile
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user