wowana.me
website source
commit 6ae98987a8780b8fdb336c22a8f13c047f0cf4d5 parent b8f6b9aeeef218202eda65099a10abf3a885fcdd Author: opal hart <opal@wowana.me> Date: Wed, 5 Jun 2019 03:31:34 +0000 Makefile: exclude certain paths in rsync tell rsync not to touch /out/{git,alpine} since I manage those separately Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -16,7 +16,7 @@ clean: rm -f $(FINAL) upload: - rsync -Pprtuvz --delete out/ mimiga:www/wowana.me/ + rsync -Pprtuvz --exclude=/git --exclude=/alpine --delete out/ mimiga:www/wowana.me/ rsync -Pprtuvz --delete /mnt/alpine/home/alpine/packages/ mimiga:www/wowana.me/alpine/ src/%.part.xht: src/%.md