aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 21b4199c547e1335061bbfed50b15c704a3fced4 (plain)
1
2
3
4
5
6
7
8
9
10
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
environment:
  site: pml68.dev
tasks:
  - package: |
      cd $site
      tar -cvz * > ../site.tar.gz
  - upload: |
      acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz