1
0
src/.build.yml

12 lines
217 B
YAML
Raw Normal View History

2022-08-30 09:11:05 -06:00
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
2023-02-05 18:02:19 -07:00
- python3
2022-08-30 09:11:05 -06:00
tasks:
- package: |
2023-11-24 07:53:39 -07:00
make -C src dist/homepage.tar.gz
2023-08-09 18:44:04 -06:00
ls -l site.tar.gz
2022-08-30 09:11:05 -06:00
- upload: |
2023-11-24 07:53:39 -07:00
hut pages publish -d trinity.moe homepage.tar.gz