From 4e69fa9404cb0e79e846982d5a8d35b94e38aa67 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 18 Feb 2020 00:23:35 +0100 Subject: [PATCH] forgot this is git, not btrfs... fixing --- deploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy b/deploy index a39692a..6b2dfd0 100755 --- a/deploy +++ b/deploy @@ -4,8 +4,8 @@ USER=dotyaoverlord HOST=dotya.ml DIR=public/ -git subvolume init -git subvolume update +git submodule init +git submodule update hugo --gc=true && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR} exit 0