aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-01 09:27:04 -0400
committerBradley Taunt <bt@btxx.org>2024-07-01 09:27:04 -0400
commit5592232eaef0d181539ce74ce739623f56636f5b (patch)
tree2338e43a8709f69cd6f35b4e664840f8e13a9758
parentfa5ab91ac839dc83369ae98d44a424b95b54330b (diff)
Place proper go and hut packages inside build config file
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 40792c8..7c9eb65 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,6 +1,8 @@
image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
packages:
+- go
+- hut
- ruby-full
- ruby-dev
environment:
@@ -8,8 +10,6 @@ site: 1mb.club
sources:
- https://git.sr.ht/~bt/1mb-club
tasks:
-- install-dependencies: |
- sudo apk add go hut
- install-bundler: |
sudo gem install bundler
- build: |