Commit 1aa464e
committed
ci(deploy): free ssh-agent socket before the admin gh-pages deploy
The admin SPA deploy to smalruby.app/admin/ (EPIC #1073) runs a second
peaceiris/actions-gh-pages in the same job. That action binds a fixed
SSH_AUTH_SOCK (/tmp/ssh-auth.sock) when using deploy_key, and the main
smalruby.app deploy above leaves its ssh-agent running, so the admin deploy
failed with 'unix_listener: cannot bind to path /tmp/ssh-auth.sock: Address
already in use'. Free the socket between the two deploys.
Surfaced on the first develop run that included the admin deploy step
(PR #1094 merge).1 parent 70f0808 commit 1aa464e
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
311 | 321 | | |
312 | 322 | | |
313 | 323 | | |
| |||
0 commit comments