aboutsummaryrefslogtreecommitdiffhomepage
path: root/.build.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-11-13 10:20:00 -0500
committerBradley Taunt <bt@btxx.org>2024-11-13 10:20:00 -0500
commita80cfc097eefd29c83fb59d5e4fb75ce29edc647 (patch)
tree186f2365b6a4ee23ca44d3ab0abedc5d456d222e /.build.yml
parent92559c7ecc1c4e139441a237953c75096af3de0e (diff)
Update website for transition to OpenBSD server, new repo links
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index 7c9eb65..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-image: alpine/latest
-oauth: pages.sr.ht/PAGES:RW
-packages:
-- go
-- hut
-- ruby-full
-- ruby-dev
-environment:
-site: 1mb.club
-sources:
-- https://git.sr.ht/~bt/1mb-club
-tasks:
-- install-bundler: |
- sudo gem install bundler
-- build: |
- cd 1mb-club
- sudo bundle install
- sudo bundle exec jekyll build
-- package: |
- cd 1mb-club/_site
- tar -cvz . > ../../site.tar.gz
-- upload: |
- hut pages publish -d 1mb.club site.tar.gz \ No newline at end of file