Skip to content

Commit

Permalink
build: rollout docs automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Aug 10, 2022
1 parent cde467a commit 7186317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ clear-backend-db:
rollout: backend frontend
kubectl --context k3d-$(CLUSTER_NAME) rollout restart deployment -n $(NAMESPACE) $(RELEASE)-backend
kubectl --context k3d-$(CLUSTER_NAME) rollout restart deployment -n $(NAMESPACE) $(RELEASE)-frontend
kubectl --context k3d-$(CLUSTER_NAME) rollout restart deployment -n $(NAMESPACE) $(RELEASE)-docs

undeploy:
helm uninstall --kube-context k3d-$(CLUSTER_NAME) --namespace $(NAMESPACE) $(RELEASE)
Expand Down

0 comments on commit 7186317

Please sign in to comment.