text/gemini: Deploy Gemini capsule additionally into gemini.kaction.cc

I am back to the idea of maintaining my own server and my own domain.
This commit is contained in:
Dmitry Bogatov 2023-12-01 23:31:56 -05:00
parent c19d822388
commit ae5791e721

View File

@ -30,4 +30,5 @@ find . -type f -exec chmod a+r {} \+
if test "${1:-}" = upload ; then
ssh kaction@tilde.pink tar -C public_gemini -x -v -f - < out.tgz
rsync -avz _build/out/ gemini@gemini.kaction.cc:/
fi