Include basic build file for sourcehut pages

This commit is contained in:
Bradley Taunt 2022-11-11 09:14:03 -05:00
parent 16edd2203c
commit db9dbfc451
1 changed files with 12 additions and 0 deletions

12
.build.yml Normal file
View File

@ -0,0 +1,12 @@
image: debian/stable
oauth: pages.sr.ht/PAGES:RW
environment:
site: vanillacss.com
sources:
- https://git.sr.ht/~bt/vanilla-css
tasks:
- package: |
cd vanilla-css
tar -cvz . > ../site.tar.gz
- upload: |
acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz