diff options
author | Bradley Taunt <bt@btxx.org> | 2024-12-05 20:33:46 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-12-05 20:33:46 -0500 |
commit | 6cd7fa2cc387807870fba977579bc8d251ef0ab1 (patch) | |
tree | 827034c62b1dfd641aa151828e6932cf6fb7bf65 | |
parent | 1f4c77563b704b55d86c13ed6d7096b2ad1623fa (diff) |
Fix command permissions in build config
-rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ tasks: sudo gem install bundler - build: | cd 1mb-club - bundle install - bundle exec jekyll build + 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 |