hatch.sh only works locally. Todd deployment required manual SSH + file copy.
Add --host ssh://user@host flag that:
- SSHs to target
- Creates container directory
- Copies template files (scp/rsync)
- Runs
docker compose up -d --build
Example: ./scripts/hatch.sh chc-todd --port 18791 --host ssh://zeph@revere --path /share/Container/chc-todd
Implementation notes: no separate validation report docs in PR, keep docs minimal.
hatch.sh only works locally. Todd deployment required manual SSH + file copy.
Add
--host ssh://user@hostflag that:docker compose up -d --buildExample:
./scripts/hatch.sh chc-todd --port 18791 --host ssh://zeph@revere --path /share/Container/chc-toddImplementation notes: no separate validation report docs in PR, keep docs minimal.