slaventius 2 years ago
parent 8e7061a5ee
commit 19e76ec727
  1. 6
      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

Loading…
Cancel
Save