From dc23ce61fcfad9e9b507a466c04e9e102b32b102 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 8 Dec 2020 19:33:13 +0000 Subject: [PATCH] Updated makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 65df7cc..2f8b07f 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,8 @@ docker-publish: @docker push $(IMAGE) .PHONY: run # Run the application -run: - @echo "⚠️ 'run' unimplemented" +run: docker-build + @docker run -it -p 8000:8080 $(IMAGE) .PHONY: ci # Perform CI specific tasks to perform on a pull request ci: @@ -47,7 +47,7 @@ ci: .PHONY: release # Release the latest version of the application release: - @echo "⚠️ 'release' unimplemented" + @kubectl --namespace dashboard set image deployment svg-to-dxf web=docker.cluster.fun/averagemarcus/svg-to-dxf:$(SHA) .PHONY: help # Show this list of commands help: