diff options
author | Bradley Taunt <bt@btxx.org> | 2025-01-09 13:22:09 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2025-01-09 13:22:09 -0500 |
commit | 1f3a1b8ff4f7961100faa3f0411a79a12bfb19d4 (patch) | |
tree | 70f7be8448d6c6ebe037ac88cfc590393812c72b | |
parent | f1b47a40fcf0b9bde5b8896907f63f778ef458e3 (diff) |
Remove build config
-rw-r--r-- | .build.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 584ca7e..0000000 --- a/.build.yml +++ /dev/null @@ -1,19 +0,0 @@ -image: debian/stable -packages: -- ruby-full -- ruby-dev -- rsync -sources: -- https://git.sr.ht/~bt/1mb-club -secrets: -- 07201d32-1451-4a8f-9bff-ce8b2232c67d -tasks: -- install-bundler: | - sudo gem install bundler -- build: | - cd 1mb-club - sudo bundle install - sudo bundle exec jekyll build -- deploy: | - cd 1mb-club - rsync --rsh="ssh -o StrictHostKeyChecking=no -i ~/.ssh/07201d32-1451-4a8f-9bff-ce8b2232c67d" -rzP _site/ bt@1mb.club:/var/www/1mb.club |