diff options
author | Bradley Taunt <bt@btxx.org> | 2024-12-30 12:54:40 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-12-30 12:54:40 -0500 |
commit | d904b374b806ed28077848ae9ef0eb8debf359ae (patch) | |
tree | cb531cbfecb896ae7c25b08bece1232e627ee8d0 | |
parent | f44440fb7c041707e20137683835c0d47327dc80 (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 9b61a5f..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/1kb-club -secrets: -- 07201d32-1451-4a8f-9bff-ce8b2232c67d -tasks: -- install-bundler: | - sudo gem install bundler -- build: | - cd 1kb-club - sudo bundle install - sudo bundle exec jekyll build -- deploy: | - cd 1kb-club - rsync --rsh="ssh -o StrictHostKeyChecking=no -i ~/.ssh/07201d32-1451-4a8f-9bff-ce8b2232c67d" -rzP _site/ bt@1kb.club:/var/www/1kb.club |