Fix release task

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2021-12-20 12:01:08 +00:00
parent 2171865c10
commit caea01d66a
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ ci:
.PHONY: release # Release the latest version of the application
release:
@kubectl --namespace opengraph set image deployment opengraph web=docker.cluster.fun/averagemarcus/tank:$(SHA)
@kubectl --namespace tank set image deployment tank web=docker.cluster.fun/averagemarcus/tank:$(SHA)
.PHONY: help # Show this list of commands
help: