Added release task

This commit is contained in:
Marcus Noble 2020-11-10 18:36:48 +00:00
parent 33d91402fd
commit f7160f7a18
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ ci:
.PHONY: release # Release the latest version of the application
release:
@echo "⚠️ 'released' unimplemented"
@kubectl --namespace rss set image deployment rss web=docker.cluster.fun/averagemarcus/gopherss:$(SHA)
.PHONY: help # Show this list of commands
help: