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
|
||||
DIR=public/
|
||||
export HUGO_VERSION=$1
|
||||
PATH=~/.local/bin:$PATH
|
||||
PATH=~/.local/bin:~/bin:$PATH
|
||||
|
||||
gethugo $HUGO_VERSION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user