diff --git a/.drone.yml b/.drone.yml index 6436fbf..7f750a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,8 @@ steps: - npm run build - apt-get update && apt-get install -y rsync - ls -al - - ls -al mattrbld-site - git submodule update --remote + - ls -al mattrbld-site - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY - ls -al