aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-09-04 14:39:46 +0100
committerJustine Smithies <justine@smithies.me.uk>2024-09-04 14:39:46 +0100
commit7c5f9cd0d26e8a47add216b4f6b02d19da430056 (patch)
treef69c1e6217c2590bb05f5cd37060497b99f740e7 /Makefile
parent314218e2096ab5ee6aa2a5c114ea2bd4b688341c (diff)
Comment out Sourcehut publish lines and add rsync to homelab
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files 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