Add build manifest

This commit is contained in:
Jip J. Dekker 2023-04-27 13:51:28 +10:00
parent 9e122a3839
commit 1d38869c59
No known key found for this signature in database

14
.build.yml Normal file
View File

@ -0,0 +1,14 @@
image: alpine/latest
packages:
- npm
oauth: pages.sr.ht/PAGES:RW
environment:
site: dekker.one
tasks:
- package: |
cd $site
npm install
npm run build
tar -C out -cvz . > ../site.tar.gz
- upload: |
acurl -f https://pages.sr.ht/publish/next.$site -Fcontent=@site.tar.gz