farthergate.com/.build.yml
2024-09-09 06:57:24 -04:00

16 lines
353 B
YAML

image: alpine/edge
packages:
- ruby
- ruby-bundler
- hut
environment:
site: aleksrutins.srht.site
tasks:
- build: |
cd farthergate.com
bundle install
bundle exec ruby build.rb
- package: |
tar -cvz _build/. > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz