summaryrefslogtreecommitdiff
path: root/scripts/logs
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-16 08:53:44 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-16 08:53:44 +0000
commit7d627d16cd4bb88e625291dff4cc886c68dbf785 (patch)
tree2cc1b6c4a338a202aaf46083b65254bc62f031e0 /scripts/logs
parent2be0b6a90cd83c8052ee13a172217e4a355c7df7 (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'scripts/logs')
-rwxr-xr-xscripts/logs2
1 files changed, 1 insertions, 1 deletions
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 "$@"