blob: a730fe412979fce3cb4b1b66e8594e3ce7df5f26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
packages:
- yarn
- nodejs
environment:
site: a14m.srht.site
tasks:
- build: |
cd a14m.srht.site
yarn install
yarn build
tar -C public -cvz . > ../site.tar.gz
- upload: |
acurl -f https://pages.sr.ht/publish/$site [email protected]
|