From 6cd7fa2cc387807870fba977579bc8d251ef0ab1 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 5 Dec 2024 20:33:46 -0500 Subject: Fix command permissions in build config --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 223192e..584ca7e 100644 --- a/.build.yml +++ b/.build.yml @@ -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 -- cgit v1.2.3-70-g09d2