Files
src/homepage/.build.yml
T

12 lines
231 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
tasks:
- package: |
2022-08-30 11:26:39 -04:00
cd homepage
2022-08-30 12:20:16 -04:00
tar -cvz --exclude .git . >../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