better vars

This commit is contained in:
2026-05-13 17:03:06 -07:00
parent e742442f10
commit 1ded73bef9

View File

@ -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