Skip to content

Commit 915cca5

Browse files
authored
Fix
fix
2 parents bd3ff52 + 5dc3108 commit 915cca5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
run: |
5050
jac start main.jac --scale
5151
52+
- name: Restart app pod to pick up new code
53+
run: |
54+
kubectl rollout restart deployment jac-mcp-playground -n jac-mcp-playground
55+
kubectl rollout status deployment jac-mcp-playground -n jac-mcp-playground --timeout=120s
56+
5257
- name: Verify deployment
5358
run: |
5459
echo "Checking deployment status..."

0 commit comments

Comments
 (0)