From 3385f76c8daa13853d9e1da93f44d1c0b1ee7bfb Mon Sep 17 00:00:00 2001 From: Leo Coogan Date: Sun, 2 Jun 2024 23:21:21 -0400 Subject: [PATCH] Added git hook to repo that deploys website pre-push --- .githooks/pre-push | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .githooks/pre-push diff --git a/.githooks/pre-push b/.githooks/pre-push new file mode 100755 index 0000000..4d6af55 --- /dev/null +++ b/.githooks/pre-push @@ -0,0 +1,2 @@ +#!/bin/sh +hugo && rsync -a --delete public/ existential.beauty:/srv/www/existential.beauty