summaryrefslogtreecommitdiffstats
path: root/.build.yml
blob: 0dfec7dcac41283224a12820bc37ddff5bdea994 (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.me

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]