Deployments & server interventions (SSH)
Production deployments and direct SSH server interventions: key management, database restores (pg_restore), Docker Compose & workers, running scripts in prod.
SSH
Docker
pg_restore
Capistrano
Déploiement
Autonomous server work. A documented example: adding an SSH key to a production server via Capistrano (cap … deploy:ssh:pull / push, config/deploy/ssh/authorized_keys file). More broadly: production deployments, pushing configuration files, restoring client databases (pg_restore), Docker Compose and workers, and running scripts in prod — documented as runbooks for the team.