Commit 09c560b
fix: add compose-workflow checkout for deployment scripts
The deploy workflow was failing because deployment scripts were not available
on the runner. Added checkout step for compose-workflow repository to make
scripts/deployment/ available.
Issue:
- docker-piwine-office deployment failed with "No such file or directory"
- Error: ./scripts/deployment/lib/ssh-helpers.sh not found
- Target repository checkout doesn't include compose-workflow scripts
Solution:
- Added checkout step for owine/compose-workflow@main
- Checkout to .compose-workflow/ path
- Updated all script references to use .compose-workflow/ prefix:
- ssh-helpers.sh (2 occurrences)
- detect-removed-stacks.sh
- deploy-stacks.sh
- health-check.sh (2 occurrences)
- rollback-stacks.sh
This mirrors the fix already applied to lint.yml in commit a6bf189.
Fixes: Run #20542794665 in docker-piwine-office
Validated: actionlint passes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent a6bf189 commit 09c560b
1 file changed
+14
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
315 | 322 | | |
316 | 323 | | |
317 | 324 | | |
318 | 325 | | |
319 | | - | |
| 326 | + | |
320 | 327 | | |
321 | 328 | | |
322 | 329 | | |
| |||
350 | 357 | | |
351 | 358 | | |
352 | 359 | | |
353 | | - | |
| 360 | + | |
354 | 361 | | |
355 | 362 | | |
356 | 363 | | |
| |||
426 | 433 | | |
427 | 434 | | |
428 | 435 | | |
429 | | - | |
| 436 | + | |
430 | 437 | | |
431 | 438 | | |
432 | 439 | | |
| |||
481 | 488 | | |
482 | 489 | | |
483 | 490 | | |
484 | | - | |
| 491 | + | |
485 | 492 | | |
486 | 493 | | |
487 | 494 | | |
| |||
500 | 507 | | |
501 | 508 | | |
502 | 509 | | |
503 | | - | |
| 510 | + | |
504 | 511 | | |
505 | 512 | | |
506 | 513 | | |
| |||
532 | 539 | | |
533 | 540 | | |
534 | 541 | | |
535 | | - | |
| 542 | + | |
536 | 543 | | |
537 | 544 | | |
538 | 545 | | |
| |||
576 | 583 | | |
577 | 584 | | |
578 | 585 | | |
579 | | - | |
| 586 | + | |
580 | 587 | | |
581 | 588 | | |
582 | 589 | | |
| |||
0 commit comments