proximity-demo/buildScript.sh
Kishan Takoordyal 769c3e525f
add Gitlab CI/CD
2021-03-04 19:34:57 +04:00

8 lines
113 B
Bash
Executable File

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