From c1d955dc3a028c3b1c79d86489976bc03fa6b516 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 21 Mar 2021 16:02:47 +0000 Subject: [PATCH] Fix makespace --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2c3302..440cacc 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ ci: .PHONY: release # Release the latest version of the application release: - @kubectl --namespace dashboard set image deployment svg-to-dxf web=docker.cluster.fun/averagemarcus/svg-to-dxf:$(SHA) + @kubectl --namespace svg-to-dxf set image deployment svg-to-dxf web=docker.cluster.fun/averagemarcus/svg-to-dxf:$(SHA) .PHONY: help # Show this list of commands help: