Deploy PR Docker image
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
3f08bb4cdf
commit
3c3b179c29
3 changed files with 29 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue