added simple deploy script

This commit is contained in:
kitty 2025-03-04 17:01:33 +00:00
parent 82c36841de
commit 99078f4321

6
deploy.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
nk=$(pgrep npm)
git pull
npm run build
kill "$nk"
npm run preview -- --host