Commit cf7be84
feat: Add SKIP_AGENT_DEPLOY env var for CI image loading
Added SKIP_AGENT_DEPLOY environment variable to deploy.sh to allow skipping agent deployment. This enables the GitHub Actions workflow to:
1. Run deploy.sh with SKIP_AGENT_DEPLOY=true to deploy infrastructure only
2. Load the image into minikube's cache (avoiding registry networking issues)
3. Deploy the agent separately after image is loaded
This approach:
- Avoids the 120s timeout waiting for pods that can't pull images
- Keeps deploy.sh unchanged for local development
- Provides clean separation between infrastructure and agent deployment in CI
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent a515ff2 commit cf7be84
File tree
2 files changed
+27
-36
lines changed- .github/workflows
- examples/cloud-deployment/scripts
2 files changed
+27
-36
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | | - | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
53 | | - | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
57 | | - | |
58 | | - | |
| 61 | + | |
| 62 | + | |
59 | 63 | | |
60 | | - | |
61 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
247 | 225 | | |
248 | | - | |
249 | | - | |
250 | | - | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
251 | 235 | | |
252 | 236 | | |
253 | 237 | | |
| |||
0 commit comments