diff --git a/.gitignore b/.gitignore index 0a24bc5..5befa96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ pushl-cache +public diff --git a/Makefile b/Makefile index 850249a..5d938ba 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,8 @@ build: 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