continue to iterate on drone

This commit is contained in:
2026-05-13 14:02:39 -07:00
parent 7ae34ead7e
commit 1069ad59ca

View File

@ -8,4 +8,11 @@ steps:
commands: commands:
- npm install - npm install
- npm run build - npm run build
- apt-get update
- apt-get install -y rsync
- rsync -uav _site/ mattrbld-site - 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