Files
src/homepage/.build.yml
T

14 lines
281 B
YAML

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