1
0
src/homepage/.build.yml
2023-07-21 12:22:28 -04:00

14 lines
249 B
YAML

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