You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
215 B
YAML

image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
site: no-js.club
tasks:
- package: |
cd $site
tar -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz