From d8820817bc963698bb93aa48bfc6148e64dfa2a3 Mon Sep 17 00:00:00 2001
From: a <a@trwnh.com>
Date: Wed, 15 Jan 2025 19:33:16 -0600
Subject: [PATCH] simplify deploy target

---
 deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy b/deploy
index db66da5..58cfc32 100755
--- a/deploy
+++ b/deploy
@@ -1,4 +1,4 @@
 #!/bin/bash
 rm -r public/
 hugo
-rsync -avz --delete public/ a@trwnh.com:/srv/http/abdullahtarawneh.com/public
+rsync -avz --delete public/ a@trwnh.com:/srv/http/abdullahtarawneh.com/