From d7352ec3f709e5e4cc67f72857a770f519954c29 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 27 Dec 2022 20:07:58 -0700 Subject: deploy script --- deploy | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 deploy diff --git a/deploy b/deploy new file mode 100755 index 0000000..a243edc --- /dev/null +++ b/deploy @@ -0,0 +1,3 @@ +#!/bin/sh + +hugo && rsync -avz --delete public/ blackbox:/var/www/hugo -- cgit v1.2.3