From 115a92024ced980954f07b473a41a236e79361a1 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 14 May 2026 10:41:45 -0700 Subject: [PATCH] set upstream dear god --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6dd18d3..b790e3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,10 +13,9 @@ steps: - npm install - npm run build - apt-get update && apt-get install -y rsync - - ls -al - - git pull --recurse-submodules - - git submodule update --remote - - ls -al mattrbld-site + - git pull --recurse-submodules -u origin main + - git submodule update --remote --recursive + - ls -al $REPOSITORY - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY - ls -al