Added release tasks

This commit is contained in:
Marcus Noble 2020-05-08 14:42:24 +01:00
parent 175354acd3
commit 28d7ecb0c3
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:
@echo "⚠️ 'release' unimplemented"
@kubectl --namespace qr set image deployment qr web=docker.cluster.fun/averagemarcus/qr:$(SHA)
.PHONY: help # Show this list of commands
help: