From 27d5f5d87fe9d074249c63d845d1bc43158ebde8 Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Mon, 4 Nov 2024 19:39:13 +0600 Subject: scripts: Add deploy script Signed-off-by: Mubashshir --- .deploy | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .deploy diff --git a/.deploy b/.deploy new file mode 100644 index 0000000..6e6a24c --- /dev/null +++ b/.deploy @@ -0,0 +1,6 @@ +#!/bin/sh +hugo \ + --noTimes \ + --noChmod \ + --config hugo.toml \ + --destination /srv/store -- cgit v1.2.3