From 7ae66ccd6b22d2f8bd9bd0a79c42cb5deed3cd7a Mon Sep 17 00:00:00 2001 From: slaventius Date: Wed, 15 Mar 2023 11:37:35 +0300 Subject: [PATCH] * --- build/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/Makefile b/build/Makefile index e2c8dd4..e912454 100644 --- a/build/Makefile +++ b/build/Makefile @@ -7,6 +7,12 @@ APP=authPostmanService APP_BINARY=${GOBIN}/${APP}-${GOOS}-${GOARCH} APP_TAG=slaventius/test3k_auth_postman:latest +cpush: + @echo "push ${APP}" && cd .. + @git add . + @git commit -m "*" + @git push + clean: @echo "cleaning ${APP_BINARY}" @go clean