diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-12-30 15:49:33 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-12-30 15:49:33 -0500 |
| commit | ae65fb1d28d79a8bb6d2bc12f7eb29779a79419e (patch) | |
| tree | a1b0390d406f37d57d0800685997b5e4ea1d6883 /.build.yml | |
| parent | ec440f201ee8ddffbb12f9b40120fb5ffa796b40 (diff) | |
Minor styling cleanup, link fixes
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 41688c1..0000000 --- a/.build.yml +++ /dev/null @@ -1,18 +0,0 @@ -image: alpine/edge -packages: -- ruby -- ruby-dev -- rsync -sources: -- https://git.sr.ht/~bt/btxx.org -secrets: -- 07201d32-1451-4a8f-9bff-ce8b2232c67d -tasks: -- install-gems: | - sudo gem install 'kramdown:2.4.0' 'rss:0.3.0' -- build: | - cd btxx.org - sudo make build -- deploy-blog: | - cd btxx.org - rsync --rsh="ssh -o StrictHostKeyChecking=no -i ~/.ssh/07201d32-1451-4a8f-9bff-ce8b2232c67d" -rzP build/ bt@btxx.org:/var/www/btxx.org
\ No newline at end of file |
