farthergate.com/.build.yml
Aleks Rutins 7a0ab29e3a fix wd
2024-09-09 08:02:22 -04:00

17 lines
365 B
YAML

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