Commit ab1ff8c
Fix deployment: stop service before copying binary
The previous deploy was failing with "Text file busy" because the deploy
script tried to cp the new binary over the running process. Add an SSH
step to stop the moon service before running deploy-moon, so the binary
is no longer in use when it gets replaced.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 81a9066 commit ab1ff8c
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
60 | 69 | | |
61 | 70 | | |
62 | 71 | | |
| |||
0 commit comments