image: alpine/latest oauth: pages.sr.ht/PAGES:RW packages: - rsync - coreutils - go - hut environment: site: barf.btxx.org sources: - https://git.sr.ht/~bt/barf tasks: - install-smu: | git clone https://git.sr.ht/~bt/smu cd smu sudo make sudo make install - build: | cd barf make build - package: | cd barf/build tar -cvz . > ../../site.tar.gz - upload: | hut pages publish -d barf.btxx.org site.tar.gz