1
0
Fork 0

Use deployment primitives from travis

This commit is contained in:
Guilhem Lettron 2016-11-14 17:41:12 +01:00
parent 68bd24d065
commit 8e4c4f8407
7 changed files with 84 additions and 95 deletions

View file

@ -82,12 +82,5 @@ lint:
fmt:
gofmt -s -l -w $(SRCS)
deploy:
./script/deploy.sh
deploy-pr:
./script/deploy-pr.sh
help: ## this help
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {sub("\\\\n",sprintf("\n%22c"," "), $$2);printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)