The deploy workflow was failing to start rnsd because the SSH session's PATH doesn't include ~/.local/bin where rnsd is installed. Issue: - rnsd installed at ~/.local/bin/rnsd (pip install --user) - Non-interactive SSH session doesn't have ~/.local/bin in PATH - Command "nohup rnsd" failed: "command not found" - Deployment reported "Failed to start rnsd" Fix: - Define RNSD_BIN="$HOME/.local/bin/rnsd" - Use full path when starting rnsd via nohup - Works regardless of SSH session PATH configuration Now deployment will successfully restart rnsd after copying updated files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| workflows | ||