add builds.sr.ht manifest

This commit is contained in:
Gabriel Fontes
2021-09-12 14:29:09 -03:00
parent 467f3153e4
commit 02ceaf520e
+13
View File
@@ -0,0 +1,13 @@
image: alpine/latest
packages:
- jekyll
oauth: pages.sr.ht/PAGES:RW
environment:
site: misterio.me
tasks:
- package: |
cd $site
jekyll build
tar -C _site -cvz . > ../site.tar.gz
- upload: |
acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz