From c05943716c8f82d6826015900a4b2888dc4d9f51 Mon Sep 17 00:00:00 2001
From: JustineSmithies <justine@smithies.me.uk>
Date: Sat, 13 May 2023 18:09:57 +0100
Subject: make deploy - Use rsync for copying build from one repo to another

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 817ab08..2069d8f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,8 @@ watch:
 	ls -d .git/* * posts/* pages/* header.html | entr -cd make ;\
 	done
 
-deploy: build
+deploy:
+	rsync -rv --exclude '*.tsv' ~/Git/blarg/build/ ~/Git/pages/
 
 
 .PHONY: build clean watch deploy
-- 
cgit v1.2.3