aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 9739c623a827016e3e05d15bc7abc3094be8e805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
image: debian/stable
oauth: pages.sr.ht/PAGES:RW
environment:
  site: xhtml.club
sources:
  - https://git.sr.ht/~bt/xhtml-club
tasks:
- package: |
    cd xhtml-club
    tar -cvz . > ../site.tar.gz
- upload: |
    acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz