proximity-demo/buildScript.sh
Kishan Takoordyal 1e0f3b6061
add ci/cd
2021-04-04 01:56:58 +04:00

8 lines
111 B
Bash
Executable File

#!/bin/bash
git pull origin master
npm i
npm run-script build
chown -R root:www-data .
systemctl reload nginx