We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd3ff52 + 5dc3108 commit 915cca5Copy full SHA for 915cca5
1 file changed
.github/workflows/deploy.yml
@@ -49,6 +49,11 @@ jobs:
49
run: |
50
jac start main.jac --scale
51
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
+
57
- name: Verify deployment
58
59
echo "Checking deployment status..."
0 commit comments