Updated release make task

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-05-03 08:23:14 +01:00
parent ba58d6b435
commit f5041fcb91

View File

@@ -47,7 +47,7 @@ ci:
.PHONY: release # Release the latest version of the application
release:
@kubectl --namespace default set image deployment next-book web=rg.fr-par.scw.cloud/private/next-book:$(SHA)
@kubectl --context talos --namespace default set image deployment next-book web=rg.fr-par.scw.cloud/private/next-book:$(SHA)
.PHONY: help # Show this list of commands
help: