From 3e3de4724f1c715e540e1d4c9f6c3ed41e99d369 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 27 Jul 2024 11:10:10 +0100 Subject: [PATCH] Fix url in Makefile Signed-off-by: Marcus Noble --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 546b6b8..2fe6708 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ ci: .PHONY: release # Release the latest version of the application release: - @kubectl --namespace tank set image deployment tank web=docker.cluster.fun/averagemarcus/tank:$(SHA) + @kubectl --namespace tank set image deployment tank web=rg.fr-par.scw.cloud/averagemarcus/tank:$(SHA) .PHONY: help # Show this list of commands help: