Mercurial > web
view .build.yml @ 94:f07319404ff9
CI: push to tflc.us as well
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 30 Sep 2024 16:36:22 -0400 |
parents | 484b9c79a149 |
children | a2c83f182127 |
line wrap: on
line source
image: alpine/edge oauth: pages.sr.ht/PAGES:RW packages: - hut - linux-headers - ruby-dev - ruby-json - ruby-jekyll - ruby-bundler tasks: - package: | cd web bundle config set --local path ".bundler" bundle install bundle exec jekyll build tar -C _site -cvz . > ../site.tar.gz - upload: | hut pages publish -d paper.us.eu.org site.tar.gz hut pages publish -d tflc.us site.tar.gz