Add build manifest
This commit is contained in:
parent
9e122a3839
commit
1d38869c59
14
.build.yml
Normal file
14
.build.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user