From b326df8a9cf0f8abeaf754fe392f33a19addd489 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Fri, 15 Jul 2022 15:46:58 +0100 Subject: [PATCH] Update Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index c851e51..471ca81 100644 --- a/Makefile +++ b/Makefile @@ -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