image: alpine/edge oauth: pages.sr.ht/PAGES:RW packages: - hut tasks: - package: | cd homepage tar -cvz --exclude .git . >../site.tar.gz ls -l ../site.tar.gz - upload: | hut pages publish -d www.trinity.moe site.tar.gz