summaryrefslogtreecommitdiffstats
path: root/.build.yml
blob: fe7eb23bb8a160fc982737d98759eb2faed8a5e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: alpine/latest
oauth: pages.sr.ht/PAGES:RW

packages:
  - yarn
  - nodejs

tasks:
  - build: |
      cd a14m.srht.site
      yarn install
      yarn build
      tar -C public -cvz . > ../site.tar.gz

  - publish: |
      acurl -f https://pages.sr.ht/publish/a14m.me [email protected]
      acurl -f https://pages.sr.ht/publish/a14m.srht.site [email protected]