diff --git a/update.sh b/update.sh new file mode 100755 index 00000000..9fb2ae92 --- /dev/null +++ b/update.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +nvm use +git pull +npm ci +npm run build +pm2 restart process.json