aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2024-08-12 18:10:37 +0300
committerSyndamia <kamen@syndamia.com>2024-08-12 18:10:37 +0300
commita9623e5552c68940d6682f389ed3071604aae940 (patch)
treebab30219a0653d6eb6b64433e66cd8e5907095ab /.github/workflows
parent1b766d35099db7f67878b809891d7f4a3dd65fe4 (diff)
downloadpico-web-a9623e5552c68940d6682f389ed3071604aae940.tar
pico-web-a9623e5552c68940d6682f389ed3071604aae940.tar.gz
pico-web-a9623e5552c68940d6682f389ed3071604aae940.zip
feat(main-branch): socat-based cluster access
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main-branch.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/main-branch.yml b/.github/workflows/main-branch.yml
index 4589123..7cabc70 100644
--- a/.github/workflows/main-branch.yml
+++ b/.github/workflows/main-branch.yml
@@ -55,7 +55,8 @@ jobs:
kubectl rollout status deployment/pico-web-server-deployment
- name: Minikube use
run: |
- minikube service list
+ echo -ne 'demo@/' | socat STDIO TCP:$(minikube service pico-web-server-service --url | cut -d/ -f3-)
+
- name: Checkout current
run: git checkout main
@@ -65,7 +66,7 @@ jobs:
kubectl rollout status deployment/pico-web-server-deployment
- name: Minikube use
run: |
- minikube service list
+ echo -ne 'demo@/' | socat STDIO TCP:$(minikube service pico-web-server-service --url | cut -d/ -f3-)
- name: Minikube stop
run: |