diff options
| author | Syndamia <kamen@syndamia.com> | 2024-08-12 18:10:37 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-08-12 18:10:37 +0300 |
| commit | a9623e5552c68940d6682f389ed3071604aae940 (patch) | |
| tree | bab30219a0653d6eb6b64433e66cd8e5907095ab /.github | |
| parent | 1b766d35099db7f67878b809891d7f4a3dd65fe4 (diff) | |
| download | pico-web-a9623e5552c68940d6682f389ed3071604aae940.tar pico-web-a9623e5552c68940d6682f389ed3071604aae940.tar.gz pico-web-a9623e5552c68940d6682f389ed3071604aae940.zip | |
feat(main-branch): socat-based cluster access
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main-branch.yml | 5 |
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: | |
