farthergate.com/.build.yml
Aleks Rūtiņš 057cca96d6 basic content
2024-09-09 12:12:42 -04:00

18 lines
434 B
YAML

image: alpine/edge
packages:
- ruby
- ruby-bundler
- hut
oauth: pages.sr.ht/PAGES:RW
environment:
site: aleksrutins.srht.site
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