From a0b88741f7c710208b389070699276a544bf3519 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Mon, 14 Aug 2023 20:06:48 +0100 Subject: [PATCH] Remove .go.yml -- For This Repo --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 8b2d9ab..83a16a9 100644 --- a/Makefile +++ b/Makefile @@ -37,12 +37,10 @@ deploy: build sudo systemctl stop ${PRODUCT_NAME} sudo cp "${BIN}" /usr/local/bin sudo cp *.go.html cnf - sudo cp *.go.yml cnf sudo systemctl start ${PRODUCT_NAME} d: build sudo systemctl stop ${DNAME} sudo cp "${BIN}" "/usr/local/bin/${DNAME}" sudo cp *.go.html cnf_ - sudo cp *.go.yml cnf_ sudo systemctl start ${DNAME}