From 7c5f9cd0d26e8a47add216b4f6b02d19da430056 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 4 Sep 2024 14:39:46 +0100 Subject: Comment out Sourcehut publish lines and add rsync to homelab --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c5a4b94..62b6e76 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ clean: rm -rf build/* rm -f site.tar.gz deploy: - tar --exclude='*.tsv' -C build -cvz . > site.tar.gz - hut pages publish -d justine.smithies.me.uk site.tar.gz - + # tar --exclude='*.tsv' -C build -cvz . > site.tar.gz + # hut pages publish -d justine.smithies.me.uk site.tar.gz + rsync -rvaz -e ssh ~/Git/blarg/build/* --exclude='*.tsv' justine@nginx:/home/justine/www .PHONY: build clean deploy -- cgit v1.2.3