fix: update release task to restart deployment

This commit is contained in:
Marcus Noble 2021-07-24 11:20:38 +01:00
parent afc1cee5d7
commit d061860fa2
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:
@kubectl --namespace tweetsvg set image deployment tweetsvg web=docker.cluster.fun/averagemarcus/tweetsvg:$(SHA) @kubectl --namespace tweetsvg rollout restart deployment tweetsvg
.PHONY: help # Show this list of commands .PHONY: help # Show this list of commands
help: help: