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