summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-06-30 05:59:32 -0500
committerJeff Carr <[email protected]>2025-06-30 07:53:48 -0500
commitb09306940eb34f211c0f1f0f48c9bd37a0681458 (patch)
treeabeaa6a1e7d4168afc28bcc6ce0bfdfcf60cd7a6 /Makefile
parent40689e87610ce8829b9fc0c33bc46c5db40c1208 (diff)
patch handling now at forge.wit.com
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0285cf7..d397bf4 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,12 @@ install:
GO111MODULE=off go install \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
+prod: build
+ make stop
+ cp gowebd /usr/bin/gowebd
+ make start
+ make log
+
log:
@#systemctl status gowebd.service
journalctl -f -xeu gowebd.service