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