- modernize packages and rust edition. - increase timeout for rollout -
Build and Deploy to K3s / deploy (push) Blocked by required conditions
Build and Deploy to K3s / build-and-push (push) Has been cancelled

increment cargo version
This commit is contained in:
2025-11-28 14:43:49 -08:00
parent b365ac38e3
commit 12f2d6e6af
11 changed files with 1999 additions and 1925 deletions
+2 -2
View File
@@ -62,7 +62,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4gt.wittyoneoff.com/jason/socktop-webterm:0.2.2
- name: Install kubectl
run: |
@@ -111,7 +111,7 @@ jobs:
- name: Wait for rollout to complete
run: |
kubectl rollout status deployment/socktop-webterm -n socktop --timeout=5m
kubectl rollout status deployment/socktop-webterm -n socktop --timeout=30m
- name: Verify deployment
run: |