This commit is contained in:
Jacob Janzen 2024-04-09 20:37:00 -05:00
parent 4747087cb4
commit 2c75d7b88b

View file

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