Added release task

This commit is contained in:
Marcus Noble 2021-03-21 08:46:46 +00:00
parent 032351e8f1
commit 563ef2cc00
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 .PHONY: release # Release the latest version of the application
release: release:
@echo "⚠️ 'release' unimplemented" @kubectl --namespace feed-fetcher set image deployment feed-fetcher web=docker.cluster.fun/averagemarcus/feed-fetcher:$(SHA)
.PHONY: help # Show this list of commands .PHONY: help # Show this list of commands
help: help: