From 7d627d16cd4bb88e625291dff4cc886c68dbf785 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 16 Mar 2026 08:53:44 +0000 Subject: chore: migrate deploy + ops scripts from SSH to local execution Replace SSH-based deploy.sh with scripts/deploy that runs locally on the server. Update scripts/bugs, scripts/logs, and scripts/resolve-bug to drop SSH wrappers. Update CLAUDE.md and DESIGN.md to reflect new local workflow. Co-Authored-By: Claude Sonnet 4.6 --- scripts/logs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/logs') diff --git a/scripts/logs b/scripts/logs index 7cec0c6..0259939 100755 --- a/scripts/logs +++ b/scripts/logs @@ -8,4 +8,4 @@ # scripts/logs --since "1 hour ago" # scripts/logs --grep "error" -ssh titanium journalctl -u task-dashboard@doot.terst.org --no-pager "$@" +journalctl -u task-dashboard@doot.terst.org --no-pager "$@" -- cgit v1.2.3