Fix makespace

This commit is contained in:
Marcus Noble 2021-03-21 16:02:47 +00:00
parent f8dd91352d
commit c1d955dc3a
1 changed files with 1 additions and 1 deletions

View File

@ -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: