Added run task
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
5604408244
commit
a5b7093e32
4
Makefile
4
Makefile
@ -20,6 +20,10 @@ docker-publish:
|
||||
release:
|
||||
kubectl --namespace devstats-viewer set image deployment devstats-viewer web=rg.fr-par.scw.cloud/averagemarcus/devstats-viewer:$(SHA)
|
||||
|
||||
.PHONY: run # Run the web server (relies on npx being available)
|
||||
run:
|
||||
npx http-server ./src
|
||||
|
||||
.PHONY: help # Show this list of commands
|
||||
help:
|
||||
@echo "kube-image-prefetch"
|
||||
|
Loading…
Reference in New Issue
Block a user