This commit is contained in:
2025-04-07 00:11:47 -04:00
parent 443d7a8d5c
commit b7fade1ac8
26 changed files with 91 additions and 469 deletions

View File

@@ -1,11 +1,13 @@
#!/usr/bin/bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
echo "Commencing with the site build..."
echo
nvm use 18
cd pv-web
git pull origin main
git pull origin beta-version
npx weevr build
rm -rf old
mv public old