diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..1d4f4c4 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,6 @@ +#!/bin/bash +nk=$(pgrep npm) +git pull +npm run build +kill "$nk" +npm run preview -- --host