From 19e76ec72789ae618ad6fc5510973a0ea69a9281 Mon Sep 17 00:00:00 2001 From: slaventius Date: Wed, 15 Mar 2023 11:41:30 +0300 Subject: [PATCH] * --- build/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build/Makefile b/build/Makefile index d97bb5f..5102dee 100644 --- a/build/Makefile +++ b/build/Makefile @@ -7,12 +7,6 @@ APP=authDBService APP_BINARY=${GOBIN}/${APP}-${GOOS}-${GOARCH} APP_TAG=slaventius/test3k_auth_db:latest -cpush: - @echo "push ${APP}" && cd .. - @git add . - @git commit -m "*" - @git push - clean: @echo "cleaning ${APP_BINARY}" @go clean