view .build.yml @ 120:cc1991354acf default tip

plugs: add sun microsystems and textfiles.com fuck oracle
author Paper <paper@tflc.us>
date Wed, 22 Oct 2025 22:17:21 -0400
parents 3d2803ed2c6a
children
line wrap: on
line source

image: alpine/3.22
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
- linux-headers
- ruby-dev
- ruby-jekyll
- ruby-bundler
tasks:
- package: |
    export JEKYLL_ENV="production"
    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 tflc.us site.tar.gz