Added release Make task

This commit is contained in:
Marcus Noble 2020-09-17 03:18:18 +00:00
parent 29f14a58fb
commit 25e6871522
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 til set image deployment til web=docker.cloud.cluster.fun/averagemarcus/til:$(SHA)
.PHONY: help # Show this list of commands
help: