Added release task

This commit is contained in:
Marcus Noble 2020-05-08 12:46:13 +01:00
parent 71bbf39d55
commit 63dda475d6
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 blog set image deployment blog web=docker.cluster.fun/averagemarcus/blog:$(SHA)
.PHONY: help # Show this list of commands
help: