From 1069ad59cade8ad9f1c48508aab8b83ca9d10252 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Wed, 13 May 2026 14:02:39 -0700 Subject: [PATCH] continue to iterate on drone --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index aa4c218..68b7539 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,4 +8,11 @@ steps: commands: - npm install - npm run build + - apt-get update + - apt-get install -y rsync - rsync -uav _site/ mattrbld-site + - cd mattrbld-site + - git config --global --add safe.directory /drone/src/mattrbld-site + - git status + - git commit -am "update site at $(date '+%Y-%m-%d %H:%M:%S')" + - git push