Files
website/.build.yml
T

14 lines
241 B
YAML

image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
repo: mysticmode.srht.site
site: nirm.al
tasks:
- package: |
cd $repo
tar -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz