Updated release task

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-12-17 09:06:27 +00:00
parent 7ef91a1e58
commit 7e48836ace

View File

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