aboutsummaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorBradley Taunt <git@btxx.org>2026-08-24 09:22:37 -0400
committerBradley Taunt <git@btxx.org>2026-08-24 09:22:37 -0400
commit8c10231a7d9ee7ae3384cfc8ecf8730b685eaad6 (patch)
tree425a9eb6b1398aa2c6cac7c1de12b1084e9503ca /.builds
parentcd885ea307fefae5bec2faffca9ca15ce99bf576 (diff)
Include sourcehut specific build files for deploying to pages
Diffstat (limited to '.builds')
-rw-r--r--.builds/deploy.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.builds/deploy.yml b/.builds/deploy.yml
new file mode 100644
index 0000000..bc978f3
--- /dev/null
+++ b/.builds/deploy.yml
@@ -0,0 +1,29 @@
+image: alpine/edge
+oauth: pages.sr.ht/PAGES:RW
+packages:
+- hut
+- ruby-full
+- ruby-dev
+secrets:
+ - 877617a4-009f-43a7-9b4c-25e921d2f61f
+environment:
+ repo: 1mb-club
+ site: 1mb.club
+ BUNDLE_PATH: vendor/bundle
+submitter:
+ git.sr.ht:
+ enabled: true
+ allow-refs:
+ - refs/heads/deploy
+tasks:
+- jekyll-build: |
+ cd $repo
+ bundle install
+ bundle exec jekyll build
+- package-site: |
+ cd $repo/_site
+ tar -cvzh . > ../site.tar.gz
+- deploy: |
+ hut pages publish -d $site --site-config $repo/siteconfig.json $repo/site.tar.gz
+- deploy-www: |
+ hut pages publish -d www.$site --site-config $repo/siteconfig.json $repo/site.tar.gz \ No newline at end of file