Update Makefile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Captain ALM 2022-07-15 15:46:58 +01:00
parent 3792ff2a4d
commit b326df8a9c
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
1 changed files with 5 additions and 0 deletions

View File

@ -29,3 +29,8 @@ test:
clean:
go clean
rm -r -f dist/
deploy:
sudo systemctl stop wappcityuni
sudo cp dist/wappcityuni /usr/bin/local
sudo systemctl start wappcityuni