Try 1.
This commit is contained in:
parent
187e7cec54
commit
d15b36c526
6
Makefile
6
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user