What problem does it solve?
This Skill automates the entire process of deploying a Flask server to a remote machine, from stopping the old instance to copying new files and restarting. It eliminates manual SSH and SCP commands, ensuring consistent, fast, and verified deployments of Python server updates.
Core Features & Use Cases
- Full Deployment Lifecycle: Handles remote server shutdown, secure file transfer via
scp, server restart, and health verification via a ping endpoint.
- Fast & Reliable: Completes deployments in 3-5 seconds, minimizing downtime for updates and ensuring a smooth transition.
- Use Case: After developing and testing a new API endpoint locally, use this skill to push the updated Flask server code to your remote Mac mini, making the changes live for connected clients.
Quick Start
Deploy the Python Flask server to the remote Mac mini.