diff --git a/.drone.yml b/.drone.yml index c4a5135..84593cd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,7 @@ steps: - npm install - npm run build - apt-get update && apt-get install -y rsync + - ls -al - ls -al mattrbld-site - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY