Update make file.
All checks were successful
continuous-integration/drone/push Build is passing

Try 1.
This commit is contained in:
Captain ALM 2022-07-16 16:07:57 +01:00
parent 187e7cec54
commit d15b36c526
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -25,13 +25,13 @@ dev:
./${BIN} ./${BIN}
test: test:
go test ${COMP_BIN} test
clean: clean:
go clean ${COMP_BIN} clean
rm -r -f dist/ rm -r -f dist/
deploy: deploy:
sudo systemctl stop wappcityuni sudo systemctl stop wappcityuni
sudo cp dist/wappcityuni /usr/bin/local sudo cp "${BIN}" /usr/bin/local
sudo systemctl start wappcityuni sudo systemctl start wappcityuni