feat(make): Fix bin path

main
ydreniv 2024-01-09 16:35:34 +00:00
parent 7c783fb0ee
commit a1c30d509f
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@ all:
prod: build pushl
build:
yes | ~/zola build -o ~/public_html
yes | ~/bin/zola build -o ~/public_html
pushl:
. /home/ydreniv/venv-pushl/bin/activate ; pushl -c pushl-cache/ "https://tilde.town/~ydreniv/atom.xml"
preprod:
yes | ~/zola build --base-url https://tests.kestrels-and-roses.rocks/ydreniv --drafts
yes | ~/bin/zola build --base-url https://tests.kestrels-and-roses.rocks/ydreniv --drafts
echo "put -r public/* www" > sftp-batch.txt
sftp -b sftp-batch.txt tests.kestrels-and-roses.rocks
rm sftp-batch.txt