diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-16 08:53:44 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-16 08:53:44 +0000 |
| commit | 7d627d16cd4bb88e625291dff4cc886c68dbf785 (patch) | |
| tree | 2cc1b6c4a338a202aaf46083b65254bc62f031e0 /scripts/bugs | |
| parent | 2be0b6a90cd83c8052ee13a172217e4a355c7df7 (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/bugs')
| -rwxr-xr-x | scripts/bugs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/bugs b/scripts/bugs index 4f3c064..824e67a 100755 --- a/scripts/bugs +++ b/scripts/bugs @@ -1,4 +1,3 @@ #!/bin/bash # List all bugs from the production database - -ssh titanium "sqlite3 -column -header /site/doot.terst.org/data/dashboard.db 'SELECT id, description, created_at FROM bugs ORDER BY id'" +sqlite3 -column -header /site/doot.terst.org/data/dashboard.db 'SELECT id, description, created_at FROM bugs ORDER BY id' |
