From 92274c283758b04699166d08409da58827b5ef9e Mon Sep 17 00:00:00 2001 From: lemurianmage Date: Tue, 25 Nov 2025 20:52:46 +0100 Subject: build de-automation --- post.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 post.sh (limited to 'post.sh') diff --git a/post.sh b/post.sh new file mode 100755 index 0000000..ca43302 --- /dev/null +++ b/post.sh @@ -0,0 +1,6 @@ +#!/bin/sh +./build.sh +tmpfile=$(mktemp) +tar -C public/ -cvz . > $tmpfile +curl --oauth2-bearer "$1" -Fcontent=@"$tmpfile" https://pages.sr.ht/publish/lemurianmage.srht.site +rm "$tmpfile" -- cgit v1.2.3