Delete '.build.yml'

Signed-off-by: Jacque Fresco <tfelypoc@no-reply@disroot.org>
This commit is contained in:
Jacque Fresco 2022-11-23 13:24:52 +00:00
parent db9dbfc451
commit d15ae58896
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
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