Files
capsule/Makefile

17 lines
395 B
Makefile
Raw Permalink Normal View History

2020-11-24 22:46:02 +00:00
default: build
build:
2022-01-03 15:56:24 +00:00
@rm -rf public
@kiln build
chmod a+x public/cgi-bin/*
@tree public
2020-11-24 23:13:26 +00:00
deploy: build
2022-01-03 15:56:24 +00:00
rsync --delete-after -avzP public/ ur.gs:capsule/
2020-11-24 23:13:26 +00:00
pull:
rsync --delete-after -avzP ur.gs:capsule/ public/
2022-01-05 11:46:48 +00:00
notify:
echo "gemini://warmedal.se/~antenna/submit?gemini%3A%2F%2Fur.gs%2Fatom.xml" | openssl s_client -connect warmedal.se:1965 -servername warmedal.se -crlf -brief -ign_eof