fix: update release task to restart deployment
This commit is contained in:
parent
afc1cee5d7
commit
d061860fa2
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ ci:
|
||||
|
||||
.PHONY: release # Release the latest version of the application
|
||||
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
|
||||
help:
|
||||
|
Loading…
Reference in New Issue
Block a user