test build.yml

This commit is contained in:
Jacob Janzen 2024-04-09 20:34:20 -05:00
parent 87175fc4b8
commit e62157674a

12
.build.yml Normal file
View file

@ -0,0 +1,12 @@
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
site: jjanzen.ca
tasks:
- package: |
cd $site
tar -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz