feat(preprod): Makefile has a preprod stage
parent
e34483c431
commit
36b06b54a7
|
@ -1,2 +1,3 @@
|
|||
pushl-cache
|
||||
public
|
||||
|
||||
|
|
5
Makefile
5
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
|
||||
|
|
Loading…
Reference in New Issue