From 1f03431c7d2d6a74ca2986c0b1870f1803ce964a Mon Sep 17 00:00:00 2001
From: tri <tri@thac.loan>
Date: Sun, 12 Oct 2025 23:29:24 +0700
Subject: [PATCH] add deploy script

---
 Makefile  | 4 ++++
 readme.md | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 370a952..207a4b5 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,7 @@ watch:
 
 serve:
 	python -m http.server -b 127.0.0.1
+
+deploy:
+	loa
+	rsync -avz --exclude .git --no-owner --no-group ./ pleroma:/www/loa.thac.loan/
diff --git a/readme.md b/readme.md
index f7dd472..bf2709f 100644
--- a/readme.md
+++ b/readme.md
@@ -1 +1,3 @@
-Static blog thing. Powered by [loa](https://khoe.thac.loan/_/loa/).
+Static blog thing at <https://loa.thac.loan>.
+
+Powered by [loa](https://khoe.thac.loan/_/loa/).
-- 
2.47.3

