farthergate.com/.build.yml
2025-02-15 21:47:27 -05:00

19 lines
443 B
YAML

image: alpine/edge
packages:
- ruby
- ruby-dev
- ruby-bundler
- hut
oauth: pages.sr.ht/PAGES:RW
environment:
site: farthergate.com
tasks:
- build: |
cd farthergate.com
bundle install --path vendor/bundle
bundle exec ruby build.rb
- package: |
cd farthergate.com/_build
tar -cvz . > ../../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz