요한 블로그
Blog / #SSH

Tagged "SSH"

Automating Magento Deployment — Why I Dropped GitHub Actions for a Direct Mac→SSH Setup

Magento
Hyvä
deployment
SSH
automation
over-engineering

With a manual trigger and no main repo, GitHub Actions is over-engineering. Running the server's deploy.sh directly via ssh -t from Raycast, plus avoiding the maintenance-mode lockout with trap and the composer install pitfall.

Read more

Doing Claude Code Right on a Remote Server — Ditch the Local Clone, Use tmux + Screenshot Auto-Hand-off

Claude Code
tmux
SSH
Magento
remote development
workflow

A remote Ubuntu server + AI coding agent workflow. Why I ditched the local clone, tmux multi-sessions instead of the VS Code extension, and filling the image-input gap in a pure terminal with an ss sync + cc function.

Read more