aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 02b06298687780318df94cc1a4f1da074c72c774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
  - hut
environment:
  site: pml68.dev
tasks:
  - package: |
      cd $site
      tar -cvz * > ../site.tar.gz
  - upload: |
      hut pages publish -d $site site.tar.gz