From 1f3a1b8ff4f7961100faa3f0411a79a12bfb19d4 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 9 Jan 2025 13:22:09 -0500 Subject: Remove build config --- .build.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .build.yml 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 -- cgit v1.2.3-70-g09d2