Skip to content

Commit

Permalink
test(connclose): add restart, follow to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 21, 2024
1 parent e61772e commit 3cce5d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmd/connclose/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ start:
down:
kind delete cluster

update: image image-load
restart:
kubectl rollout restart deployment bot

update: image image-load restart

allow:
kubectl apply -f network.allow.yml

Expand All @@ -34,4 +36,7 @@ wait:
logs:
kubectl logs -l app=bot

follow:
kubectl logs -f -l app=bot

up: start image image-load deploy wait

0 comments on commit 3cce5d9

Please sign in to comment.