Commit d32ea33
fix(ci): Use bracketed host:port format for demo host key
SSH looks up known_hosts entries for non-standard ports as
'[host]:port'. The demo entry lacked the brackets, so it only matched
port 22 and the deploy on port 820 failed host key verification. The
production entry already used the correct format.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent ed13773 commit d32ea33
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
0 commit comments