escot/deploy.sh

6 lines
168 B
Bash
Raw Permalink Normal View History

2023-09-08 13:04:21 +00:00
#!/usr/bin/sh
tar -C _site -cvz . > escot.tar.gz
curl -v --oauth2-bearer "$(cat SRHT_TOKEN)" \
-Fcontent=@escot.tar.gz \
https://pages.sr.ht/publish/lucas.escot.me