zappyzep/update.sh
2019-05-04 11:03:23 +03:00

7 lines
76 B
Bash
Executable file

#!/bin/bash
nvm use
git pull
npm ci
npm run build
pm2 restart process.json