You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: rename scripts/test-branch-on-hetzner to test-on-hetzner
It's not just for testing a branch anymore -- deploy --image/--branch,
start --containerized, validate, and the bucket lifecycle all work
identically whether the container was built from a dev branch or
pulled as an already-built release image (verified end-to-end: the
#749 investigation ran the fix straight from main, and the very next
smoke test used a real v0.8.0 release image, through the exact same
containerized path). 'test-branch-on-hetzner' undersold that for a
while.
Pure rename plus reference updates (README.md/cloud_test.py's own
opening lines included, since those undersold it too) -- no logic
changes. git mv preserved history; CI workflow triggers didn't need
touching (scripts/**, **/*.sh globs, not hardcoded to the old path).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments