forgot this is git, not btrfs... fixing

This commit is contained in:
surtur 2020-02-18 00:23:35 +01:00
parent 96aec19aa2
commit 4e69fa9404
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

4
deploy
View File

@ -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