diff options
Diffstat (limited to 'post.sh')
| -rwxr-xr-x | post.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ ./build.sh tmpfile=$(mktemp) tar -C public/ -cvz . > $tmpfile +trap "rm $tmpfile" EXIT curl --oauth2-bearer "$1" -Fcontent=@"$tmpfile" https://pages.sr.ht/publish/lemurianmage.srht.site -rm "$tmpfile" |
