diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-09-04 14:39:46 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-09-04 14:39:46 +0100 |
commit | 7c5f9cd0d26e8a47add216b4f6b02d19da430056 (patch) | |
tree | f69c1e6217c2590bb05f5cd37060497b99f740e7 | |
parent | 314218e2096ab5ee6aa2a5c114ea2bd4b688341c (diff) |
Comment out Sourcehut publish lines and add rsync to homelab
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |