fix: corrected PATH - was unable to find gethugo
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
surtur 2020-06-10 14:41:17 +02:00
parent d4a5368a4e
commit 5ee5868f5b
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

2
deploy
View File

@ -4,7 +4,7 @@ USR=dotyaoverlord
HOST=dotya.ml
DIR=public/
export HUGO_VERSION=$1
PATH=~/.local/bin:$PATH
PATH=~/.local/bin:~/bin:$PATH
gethugo $HUGO_VERSION