diff options
author | Bradley Taunt <bt@btxx.org> | 2024-12-10 08:24:02 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-12-10 08:24:02 -0500 |
commit | 790088f29dee189b4c1017ad539144cac1595c36 (patch) | |
tree | 508f8a2c1263e2f3272e73e1ca7b33f1c0ef815b /.build.yml | |
parent | 58d14f0ac34df70d22166a262abdcd6ca0e6dc0b (diff) |
Fix build config
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,5 +15,5 @@ tasks: sudo bundle install sudo bundle exec jekyll build - deploy: | - cd 1mb-club + 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 |