drone and gitignore

This commit is contained in:
2026-05-13 13:51:54 -07:00
parent daa5767fc2
commit 48595ba14b
2 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,4 @@ steps:
commands: commands:
- npm install - npm install
- npm run build - npm run build
- rsync -uav _site/ mattrbld-site

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
_live _live
_site
node_modules node_modules