Fix url in Makefile

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2024-07-27 11:10:10 +01:00
parent 1d26f341c7
commit 3e3de4724f
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78

View File

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