wowana.me
website source
commit 8742d10e2430dc3bce9b15a06055a75ff8d3f92c parent 9eaee050d480d56a33ebae0e8fa4c6463f3ca027 Author: opal hart <opal@wowana.me> Date: Thu, 4 Jul 2019 12:48:11 +0000 add exclude file for rsync Diffstat:
M | Makefile | | | 2 | +- |
A | rsync-ignore | | | 4 | ++++ |
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -16,7 +16,7 @@ clean: rm -f $(FINAL) upload: - rsync -Pprtuvz --exclude=/git --exclude=/alpine --delete out/ mimiga:www/wowana.me/ + rsync -Pprtuvz --exclude-from=rsync-ignore --delete out/ mimiga:www/wowana.me/ rsync -Pprtuvz --delete /mnt/alpine/home/alpine/packages/ mimiga:www/wowana.me/alpine/ src/%.part.xht: src/%.md diff --git a/rsync-ignore b/rsync-ignore @@ -0,0 +1,4 @@ +/alpine +/git +/paste +/scrot