From eb086b8b1b88e0d6f329a57469a264d1678c7a8a Mon Sep 17 00:00:00 2001 From: a Date: Thu, 31 Aug 2023 11:28:42 -0500 Subject: [PATCH] add deploy script --- deploy | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 deploy diff --git a/deploy b/deploy new file mode 100755 index 0000000..db66da5 --- /dev/null +++ b/deploy @@ -0,0 +1,4 @@ +#!/bin/bash +rm -r public/ +hugo +rsync -avz --delete public/ a@trwnh.com:/srv/http/abdullahtarawneh.com/public