add the upload target to ease publishing the site

This commit is contained in:
Omar Polo 2021-10-04 13:01:41 +00:00
parent 9212cf1ba9
commit b4c6cd9768
1 changed files with 5 additions and 1 deletions

View File

@ -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