aboutsummaryrefslogtreecommitdiffhomepage
path: root/.build.yml
diff options
context:
space:
mode:
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