You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
337 B
13 lines
337 B
default: build
|
|
|
|
build:
|
|
@rm -rf public
|
|
@kiln build
|
|
chmod a+x public/cgi-bin/*
|
|
@tree public
|
|
|
|
deploy: build
|
|
rsync --delete-after -avzP public/ ur.gs:capsule/
|
|
|
|
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
|
|
|