aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: fe492b7d6e50d284f20ca63f44aa6d6f6396e1fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
- emacs-nox
environment:
  site: lemurianmage.srht.site
tasks:
- build:
    ./build.sh
- package: |
    cd public
    tar -cvz . > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz