Add .ruby-version, delete srht build config
This commit is contained in:
parent
6755eebcdb
commit
ae0e579e62
2 changed files with 1 additions and 19 deletions
19
.build.yml
19
.build.yml
|
@ -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
1
.ruby-version
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.3.6
|
Loading…
Add table
Add a link
Reference in a new issue