Added release task

This commit is contained in:
Marcus Noble 2021-02-20 16:20:35 +00:00
parent edf91667c8
commit 8b0c3eb963
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 tweetsvg set image deployment tweetsvg web=docker.cluster.fun/averagemarcus/tweetsvg:$(SHA)
.PHONY: help # Show this list of commands
help: