image: alpine/latest oauth: pages.sr.ht/PAGES:RW packages: - yarn - nodejs tasks: - build: | cd a14m.srht.site yarn install yarn build tar -C public -cvz . > ../site.tar.gz - publish: | acurl -f https://pages.sr.ht/publish/a14m.me -Fcontent=@site.tar.gz acurl -f https://pages.sr.ht/publish/a14m.srht.site -Fcontent=@site.tar.gz