moar updates

This commit is contained in:
2025-04-05 19:47:36 -04:00
parent c89bc36fd7
commit 15d51f4e1e
195 changed files with 4943 additions and 2578 deletions

15
deploy.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/bash
echo "Commencing with the site build..."
echo
nvm use 18
cd pv-web
git pull origin main
npx weevr build
rm -rf old
mv public old
mv out public
echo "All done!"
echo