fix: corrected PATH - was unable to find gethugo
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
d4a5368a4e
commit
5ee5868f5b
2
deploy
2
deploy
@ -4,7 +4,7 @@ USR=dotyaoverlord
|
|||||||
HOST=dotya.ml
|
HOST=dotya.ml
|
||||||
DIR=public/
|
DIR=public/
|
||||||
export HUGO_VERSION=$1
|
export HUGO_VERSION=$1
|
||||||
PATH=~/.local/bin:$PATH
|
PATH=~/.local/bin:~/bin:$PATH
|
||||||
|
|
||||||
gethugo $HUGO_VERSION
|
gethugo $HUGO_VERSION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user