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