[skip ci] reflect the losses in deploy script

* as per e7fc2758d3
This commit is contained in:
surtur 2020-02-28 01:40:32 +01:00
parent f567f649b3
commit 55f4f68fe6
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

2
deploy

@ -6,6 +6,6 @@ DIR=public/
git submodule init
git submodule update
hugo --gc=true && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR}
../hugo --gc=true && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR}
exit 0