From 7e48836acee49c3f024a433bfe31b1af3ed8e8ed Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 17 Dec 2025 09:06:27 +0000 Subject: [PATCH] Updated release task Signed-off-by: Marcus Noble --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc34566..1eabb94 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ ci: .PHONY: release # Release the latest version of the application release: - @kubectl --context scaleway --namespace marcusnoble set image deployment marcusnoble web=rg.fr-par.scw.cloud/averagemarcus/marcusnoble:$(SHA) + @kubectl --context scaleway --namespace marcusnoble rollout restart deployment marcusnoble .PHONY: help # Show this list of commands help: