From 254d10e7eace94109103735cbc2f741fd22e1671 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 12 Aug 2024 19:31:10 +0300 Subject: feat(main-branch): Added kubectl info to using step --- .github/workflows/main-branch.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/main-branch.yml b/.github/workflows/main-branch.yml index 4429e38..e6eb096 100644 --- a/.github/workflows/main-branch.yml +++ b/.github/workflows/main-branch.yml @@ -56,20 +56,21 @@ jobs: run: | kubectl apply -f kubernetes/ kubectl rollout status deployment/pico-web-server-deployment - - name: Minikube use + - name: Using cluster run: | + kubectl get all minikube service pico-web-server-service --url echo -ne 'demo@/' | socat STDIO TCP:$(minikube service pico-web-server-service --url | cut -d/ -f3-) - - name: Checkout current run: git checkout main - - name: Minikube update + - name: Using cluster run: | kubectl apply -f kubernetes/ kubectl rollout status deployment/pico-web-server-deployment - name: Minikube use run: | + kubectl get all minikube service pico-web-server-service --url echo -ne 'demo@/' | socat STDIO TCP:$(minikube service pico-web-server-service --url | cut -d/ -f3-) -- cgit v1.2.3