Add build

This commit is contained in:
Aleks Rūtiņš 2024-09-09 06:56:36 -04:00
parent a7350363be
commit aefe3907ef

15
.build.yml Normal file
View file

@ -0,0 +1,15 @@
image: alpine/edge
packages:
- ruby
- hut
environment:
site: aleksrutins.srht.site
tasks:
- build: |
cd farthergate.com
bundle install
bundle exec ruby build.rb
- package: |
tar -cvz _build/. > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz