farthergate.com/.build.yml
Aleks Rūtiņš ef59822232 fix build
2024-10-06 22:09:09 -04: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