add absolute path to hugo binary
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-11 21:40:44 +01:00
parent 2f90469411
commit de2ee3e2b8
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

4
deploy

@ -8,8 +8,8 @@ HUGO_VERSION=$1
~/bin/gethugo $HUGO_VERSION
git submodule init
git submodule update
hugo version
hugo --gc=true --minify
~/bin/hugo version
~/bin/hugo --gc=true --minify
if [ $USER = $USR ]; then
rsync -av --delete public/ ~/${DIR}