요한 블로그
Blog / #over-engineering

Tagged "over-engineering"

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