commit b4c6cd976806864f433211d265065abafbd49316 from: Omar Polo date: Mon Oct 04 13:01:41 2021 UTC add the upload target to ease publishing the site commit - 9212cf1ba9487a66662df76b95591187dface70f commit + b4c6cd976806864f433211d265065abafbd49316 blob - 8d3abbc583c4d6b837d8875113e99875c3ef73dd blob + e3de06668b5f180757df710a9a08fbc3c4aac3ca --- site/Makefile +++ site/Makefile @@ -1,4 +1,4 @@ -.PHONY: all serve-www serve-gemini +.PHONY: all serve-www serve-gemini upload all: gmid.1.html gmid.1.txt @@ -13,3 +13,7 @@ serve-www: serve-gemini: gmid -p 1966 . + +upload: + rsync --delete -a . op:sites/gmid.omarpolo.com + rsync --delete -a . op:gemini/gmid.omarpolo.com