blog/wtmp/barf/.build.yml

13 lines
276 B
YAML
Raw Normal View History

2023-07-22 19:23:38 -04:00
image: debian/stable
oauth: pages.sr.ht/PAGES:RW
environment:
site: barf.bt.ht
sources:
- https://git.sr.ht/~bt/barf
tasks:
- package: |
cd barf/build
tar -cvz . > ../../site.tar.gz
- upload: |
acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz