bt-s__1kb_club/.build.yml

21 lines
443 B
YAML

image: debian/stable
oauth: pages.sr.ht/PAGES:RW
packages:
- ruby-full
- ruby-dev
environment:
site: 1kb.club
sources:
- https://git.sr.ht/~bt/1kb-club
tasks:
- install-bundler: |
sudo gem install bundler
- build: |
cd 1kb-club
bundle install
bundle exec jekyll build
- package: |
cd 1kb-club/_site
tar -cvz . > ../../site.tar.gz
- upload: |
acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz