tilde-site/Makefile

14 lines
381 B
Makefile
Raw Normal View History

2023-01-25 08:55:24 +00:00
all: build pushl
build:
yes | ~/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
echo "put -r public/* www" > sftp-batch.txt
sftp -b sftp-batch.txt tests.kestrels-and-roses.rocks
rm sftp-batch.txt