Commit 86f0c39
fix(/update): use git fetch + reset --hard instead of git pull
git pull fails when local and remote branches have diverged (e.g. after
a manual build on the deployed machine). A deployed service should
always match origin/main exactly, so reset --hard is correct here.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7855e82 commit 86f0c39
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
90 | 94 | | |
91 | 95 | | |
92 | 96 | | |
| |||
0 commit comments