Add .ruby-version, delete srht build config

This commit is contained in:
Aleks Rutins 2024-12-07 18:36:13 -05:00
parent 6755eebcdb
commit ae0e579e62
2 changed files with 1 additions and 19 deletions

View file

@ -1,19 +0,0 @@
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

1
.ruby-version Normal file
View file

@ -0,0 +1 @@
3.3.6