From 20bd5ea1ef704d9f33b92fafac8619d1bb7ea470 Mon Sep 17 00:00:00 2001 From: slaventius Date: Wed, 15 Mar 2023 11:40:00 +0300 Subject: [PATCH] * --- build/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build/Makefile b/build/Makefile index 65d9d3a..146d2dc 100644 --- a/build/Makefile +++ b/build/Makefile @@ -7,12 +7,6 @@ APP=authService APP_BINARY=${GOBIN}/${APP}-${GOOS}-${GOARCH} APP_TAG=slaventius/test3k_auth:latest -cpush: - @echo "push ${APP}" && cd .. - @git add . - @git commit -m "*" - @git push - clean: @echo "cleaning ${APP_BINARY}" @go clean