From 1ded73bef9b0cb7133713fe1a01e2ab77358dc59 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Wed, 13 May 2026 17:03:06 -0700 Subject: [PATCH] better vars --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f508a7e..50059ad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,9 +13,9 @@ steps: - npm install - npm run build - apt-get update && apt-get install -y rsync - - rsync -uavh _site/ mattrbld-site --delete --exclude .git - - cd mattrbld-site - - git config --global --add safe.directory /drone/src/mattrbld-site + - rsync -uavh _site/ $REPOSITORY --delete --exclude .git + - cd $REPOSITORY + - git config --global --add safe.directory /drone/src/$REPOSITORY - git add -A - git commit -m "drone build $(TZ=':America/Los_Angeles' date)" - git remote set-url origin https://heckin.technology/inherentlee/$REPOSITORY.git