From a1c30d509f43a708670ab4c24fdaef48543d9409 Mon Sep 17 00:00:00 2001 From: ydreniv Date: Tue, 9 Jan 2024 16:35:34 +0000 Subject: [PATCH] feat(make): Fix bin path --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7893ecc..31780c4 100644 --- a/Makefile +++ b/Makefile @@ -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