This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit 331ba20
committed
fix: [#21] resolve deployment script issues found during e2e testing
- Fix ENABLE_HTTPS variable to use ENABLE_SSL from environment configuration
- Correct shell-utils.sh path from application/share/dev/ to scripts/
- Add SSH options to rsync to avoid host key verification issues in testing
These fixes resolve deployment failures discovered during comprehensive
end-to-end testing of the architectural changes. The e2e test now passes
successfully, validating the complete twelve-factor deployment workflow.1 parent cb6815b commit 331ba20
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
474 | 477 | | |
475 | 478 | | |
476 | 479 | | |
| |||
0 commit comments