Commit 15ef7f0
scripts: stamp git-version.txt before rsync, restart webadmin gunicorn
Two related deploy fixes:
- Capture the local 'git rev-parse --short HEAD' into git-version.txt
before rsync so the deployed web UI can show the running commit
in its footer (the .git directory itself is excluded from rsync).
- pkill the webadmin gunicorn alongside udpproxy. start_proxy.sh
skips relaunching gunicorn if one's already up, so without this
step the new code is rsynced but the old worker keeps serving.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d19a178 commit 15ef7f0
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
87 | 96 | | |
88 | 97 | | |
89 | 98 | | |
| |||
0 commit comments