1
0
Fork 0

Deploy PR Docker image

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2016-06-02 15:29:36 +02:00
parent 3f08bb4cdf
commit 3c3b179c29
No known key found for this signature in database
GPG key ID: D808B4C167352E59
3 changed files with 29 additions and 0 deletions

View file

@ -85,5 +85,8 @@ fmt:
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)