rats-search/deploy
2017-01-04 10:48:46 +03:00

9 lines
125 B
Bash
Executable File

#!/bin/bash
SOURCE_PATH="`dirname \"$0\"`"
cd "$SOURCE_PATH"
npm install
pw2 stop index.js
npm run build
pw2 start index.js