1
0
Files
src/homepage/.build.yml

15 lines
271 B
YAML
Raw Normal View History

2022-08-30 11:11:05 -04:00
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
2022-08-31 09:36:10 -04:00
- m4
2023-02-05 20:02:19 -05:00
- python3
2022-08-30 11:11:05 -04:00
tasks:
- package: |
2022-08-30 11:26:39 -04:00
cd homepage
2022-08-31 10:05:55 -04:00
make
tar cvz --exclude .git --exclude '*.m4' . >../site.tar.gz
2022-08-30 11:52:01 -04:00
ls -l ../site.tar.gz
2022-08-30 11:11:05 -04:00
- upload: |
2022-08-30 16:35:50 -04:00
hut pages publish -d trinity.moe site.tar.gz